workspace: scaffold + three stub crates (sip/tap/spend)

Workspace root, pinned toolchain, and the three stub crates whose only
job in slice 1 is to lock the ADR-0002 boundary shape. Each ships a
lib.rs module doc (what it will hold, why deferred, which spearhead step
fills it) and a crate_compiles test. Spec §2.2.
This commit is contained in:
adlee-was-taken
2026-06-28 11:22:52 -04:00
parent 470a22a6b7
commit 39245a6553
9 changed files with 149 additions and 0 deletions

15
Cargo.lock generated Normal file
View File

@@ -0,0 +1,15 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "rutster-signaling-sip"
version = "0.0.0"
[[package]]
name = "rutster-spend"
version = "0.0.0"
[[package]]
name = "rutster-tap"
version = "0.0.0"