mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 22:19:49 -04:00
23 lines
665 B
TOML
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"] }
|