24 lines
480 B
TOML
24 lines
480 B
TOML
[package]
|
|
name = "musicfs-origins"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
s3 = []
|
|
sftp = []
|
|
|
|
[dependencies]
|
|
musicfs-core = { path = "../musicfs-core" }
|
|
async-trait.workspace = true
|
|
dashmap.workspace = true
|
|
futures.workspace = true
|
|
libc.workspace = true
|
|
thiserror.workspace = true
|
|
tokio = { workspace = true, features = ["fs", "sync", "time"] }
|
|
tracing.workspace = true
|
|
parking_lot.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tempfile.workspace = true
|