diff --git a/Cargo.toml b/Cargo.toml index dbffee0..292adf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,3 @@ tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3.18" } clap = { version = "4", features = ["derive", "env"] } dotenv = { version = "0.15" } -axum = { version = "0.7" } diff --git a/crates/drone-templater/Cargo.toml b/crates/drone-templater/Cargo.toml index 1592c5e..cb5e98f 100644 --- a/crates/drone-templater/Cargo.toml +++ b/crates/drone-templater/Cargo.toml @@ -10,9 +10,3 @@ tracing.workspace = true tracing-subscriber.workspace = true clap.workspace = true dotenv.workspace = true -axum.workspace = true - -serde = { version = "1.0.197", features = ["derive"] } -sqlx = { version = "0.7.3", features = ["runtime-tokio", "tls-rustls", "postgres", "uuid", "time"] } -uuid = { version = "1.7.0", features = ["v4"] } -tower-http = { version = "0.5.2", features = ["cors", "trace"] }