Files
spacedrive/apps/cli/Cargo.toml
Brendan Allan 00e4aa9e8f Sync ingesting (#1181)
* sync + ingest refactor

* fix Event enum description

* actually do sync over network

* re-enable heif

* remove comment
2023-08-07 07:52:43 +00:00

15 lines
373 B
TOML

[package]
name = "sd-cli"
version = "0.1.0"
license = { workspace = true }
repository = { workspace = true }
edition = { workspace = true }
[dependencies]
indoc = "1.0.9"
clap = { version = "4.3.0", features = ["derive"] }
anyhow = "1.0.71"
hex = "0.4.3"
sd-crypto = { path = "../../crates/crypto" }
tokio = { workspace = true, features = ["io-util", "rt-multi-thread"] }