diff --git a/Cargo.toml b/Cargo.toml index d3ec19c..e969142 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,7 @@ directories = "6.0.0" dns-lookup = "2.0.2" enum-map = "2.6.1" flate2 = { version = "1.0.27", features = ["zlib-ng-compat"] } +futures = "0.3" gethostname = "1.0.2" humansize = "2.1.3" hyper = { version = "1.0", features = ["full"] } @@ -30,13 +31,13 @@ libc = "0.2.147" local-ip-address = "0.6.5" log = "0.4.19" lz4_flex = "0.11.1" +magic = "0.13.0" nix = "0.30.1" once_cell = "1.19.0" prettytable-rs = "0.10.0" pwhash = "1.0.0" regex = "1.9.5" rmcp = { version = "0.2.0", features = ["server"] } -futures = "0.3" rusqlite = { version = "0.37.0", features = ["bundled", "array", "chrono"] } rusqlite_migration = "2.3.0" serde = { version = "1.0.219", features = ["derive"] } @@ -55,9 +56,6 @@ utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] } uzers = "0.12.1" which = "8.0.0" xdg = "2.5.2" -magic = "0.13.0" -rmcp = { version = "0.2.0", features = ["server"] } -futures = "0.3" [dev-dependencies] tempfile = "3.3.0"