From 7abe9bc739dd91a0f07e754e17182097c8630c01 Mon Sep 17 00:00:00 2001 From: "Z. Charles Dziura" Date: Thu, 17 Jul 2025 10:49:00 -0400 Subject: [PATCH] Tinkering with Cargo.toml --- api/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index f4310a9..cd663d2 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -9,7 +9,6 @@ argon2 = "0.5" axum = { version = "0.8", features = [ "macros", "multipart", - "ws", ] } base64 = "0.22" blake3 = { version = "1.5", features = ["serde"] } @@ -41,7 +40,6 @@ sqlx = { version = "0.8", features = [ "rust_decimal", "uuid" ] } -syslog-tracing = "0.3.1" time = { version = "0.3", features = ["formatting", "macros"] } tokio = { version = "1.35", features = ["full"] } toml = "0.8" @@ -50,4 +48,4 @@ tower-http = { version = "0.6", features = ["full"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3", features = ["env-filter", "time"] } url = { version = "2.5.2", features = ["expose_internals"] } -uuid = { version = "1.10", features = ["serde", "v7"] } \ No newline at end of file +uuid = { version = "1.10", features = ["serde", "v7"] }