spacedrive/apps/server/Cargo.toml
Brendan Allan 058cadb674
[ENG-1529] Round thumbnails for labels (#1981)
* rounded corner for labels

* can't forget list view
2024-01-24 05:15:27 +00:00

28 lines
585 B
TOML

[package]
name = "sd-server"
version = "0.1.0"
license = { workspace = true }
repository = { workspace = true }
edition = { workspace = true }
[features]
default = ["ai-models"]
assets = []
ai-models = ["sd-core/ai"]
[dependencies]
sd-core = { path = "../../core", features = [
"ffmpeg",
"location-watcher",
"heif",
] }
axum = { workspace = true }
http = { workspace = true }
rspc = { workspace = true, features = ["axum"] }
tokio = { workspace = true, features = ["sync", "rt-multi-thread", "signal"] }
tracing = { workspace = true }
include_dir = "0.7.3"
mime_guess = "2.0.4"