mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 05:59:16 -04:00
* Update most of Rust dependencies * downgrade notify * a * fix Linux? * Android is painful * update build.gradle * The lord Clippy has spoken * Bruh --------- Co-authored-by: jake <77554505+brxken128@users.noreply.github.com> Co-authored-by: Utku Bakir <74243531+utkubakir@users.noreply.github.com> Co-authored-by: Ericson "Fogo" Soares <ericson.ds999@gmail.com>
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 = "2.0.3"
|
|
clap = { version = "4.4.2", features = ["derive"] }
|
|
anyhow = "1.0.75"
|
|
hex = "0.4.3"
|
|
sd-crypto = { path = "../../crates/crypto" }
|
|
tokio = { workspace = true, features = ["io-util", "rt-multi-thread"] }
|