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>
26 lines
577 B
TOML
26 lines
577 B
TOML
[package]
|
|
name = "sd-server"
|
|
version = "0.1.0"
|
|
license = { workspace = true }
|
|
repository = { workspace = true }
|
|
edition = { workspace = true }
|
|
|
|
[features]
|
|
assets = []
|
|
|
|
[dependencies]
|
|
sd-core = { path = "../../core", features = [
|
|
"ffmpeg",
|
|
"location-watcher",
|
|
"heif",
|
|
] }
|
|
rspc = { workspace = true, features = ["axum"] }
|
|
axum = "0.6.20"
|
|
tokio = { workspace = true, features = ["sync", "rt-multi-thread", "signal"] }
|
|
tracing = { workspace = true }
|
|
ctrlc = "3.4.1"
|
|
http = "0.2.9"
|
|
tower-http = { version = "0.4.4", features = ["fs"] }
|
|
include_dir = "0.7.3"
|
|
mime_guess = "2.0.4"
|