mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 15:43:58 -05:00
* sync + ingest refactor * fix Event enum description * actually do sync over network * re-enable heif * remove comment
15 lines
373 B
TOML
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"] }
|