Tinkering with Cargo.toml

This commit is contained in:
Z. Charles Dziura 2025-07-17 10:49:00 -04:00
parent afc9862dbf
commit 7abe9bc739

View file

@ -9,7 +9,6 @@ argon2 = "0.5"
axum = { version = "0.8", features = [ axum = { version = "0.8", features = [
"macros", "macros",
"multipart", "multipart",
"ws",
] } ] }
base64 = "0.22" base64 = "0.22"
blake3 = { version = "1.5", features = ["serde"] } blake3 = { version = "1.5", features = ["serde"] }
@ -41,7 +40,6 @@ sqlx = { version = "0.8", features = [
"rust_decimal", "rust_decimal",
"uuid" "uuid"
] } ] }
syslog-tracing = "0.3.1"
time = { version = "0.3", features = ["formatting", "macros"] } time = { version = "0.3", features = ["formatting", "macros"] }
tokio = { version = "1.35", features = ["full"] } tokio = { version = "1.35", features = ["full"] }
toml = "0.8" toml = "0.8"
@ -50,4 +48,4 @@ tower-http = { version = "0.6", features = ["full"] }
tracing = "0.1.40" tracing = "0.1.40"
tracing-subscriber = { version = "0.3", features = ["env-filter", "time"] } tracing-subscriber = { version = "0.3", features = ["env-filter", "time"] }
url = { version = "2.5.2", features = ["expose_internals"] } url = { version = "2.5.2", features = ["expose_internals"] }
uuid = { version = "1.10", features = ["serde", "v7"] } uuid = { version = "1.10", features = ["serde", "v7"] }