Skip to content

Commit 23d2fe8

Browse files
Merge pull request #3 from sofaspawn/dev
update main.rs: added client and server start functionalities
2 parents 1f8a659 + e52b9bd commit 23d2fe8

6 files changed

Lines changed: 381 additions & 32 deletions

File tree

Cargo.lock

Lines changed: 94 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
anyhow = "1.0.98"
8+
crossterm = "0.29.0"
89
iroh = "0.35.0"
910
iroh-base = "0.35.0"
1011
iroh-blobs = { version = "0.35.0", features = ["rpc"] }

downloads/test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
this is a test file

files/test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
this is a test file

0 commit comments

Comments
 (0)