1234567891011121314151617181920 |
- [package]
- name = "iroh_test1"
- version = "0.1.0"
- edition = "2021"
- [dependencies]
- anyhow = "1.0"
- async-trait = "0.1"
- clap = { version = "3.2", features = ["derive"] }
- futures-lite = "1.12"
- iroh = "0.19.0" # Replace with the correct version if known
- serde = { version = "1.0", features = ["derive"] }
- serde_json = "1.0"
- tokio = { version = "1", features = ["full"] }
- uuid = { version = "1.0", features = ["v4"] }
- indicatif = "0.17.8"
- tokio-stream = "0.1.15"
- time = "0.3.36"
- notify = "4.0.0"
- bytes = "1.6.0"
|