Files
spacedrive/crates/file-ext/Cargo.toml
jake 5d3a156747 SPDX license and workspace inheritence for re-used metadata (#833)
use workspace inheritence for license, edition and repo URL
2023-05-20 01:52:55 +00:00

23 lines
665 B
TOML

[package]
name = "sd-file-ext"
version = "0.0.0"
authors = [
"Brendan Allen <brendan@spacedrive.com>",
"Jamie Pine <jamie@spacedrive.com>",
]
license.workspace = true
repository.workspace = true
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.85"
strum = { version = "0.24", features = ["derive"] }
strum_macros = "0.24"
tokio = { workspace = true, features = ["fs", "rt", "io-util"] }
specta = { workspace = true }
[dev-dependencies]
tokio = { workspace = true, features = ["fs", "rt", "macros"] }