Skip to content

Commit 3277a73

Browse files
committed
fixup
1 parent 3df36d3 commit 3277a73

5 files changed

Lines changed: 730 additions & 74 deletions

File tree

pkgs/id/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
/target/
2-
/local/
1+
.iroh*

pkgs/id/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/id/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2024"
66
anyhow = "1"
77
distributed-topic-tracker = { git = "https://github.com/rustonbsd/distributed-topic-tracker" }
88
ed25519-dalek = { version = "3.0.0-pre.1", features = ["rand_core"] }
9+
futures-lite = "2"
910
iroh = "0.95"
1011
iroh-base = "0.95"
1112
iroh-blobs = "0.97"

pkgs/id/id

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./target/debug/id

0 commit comments

Comments
 (0)