@@ -23,7 +23,6 @@ sqlx = { version = "0.7.3", features = [
|
||||
] }
|
||||
uuid = { version = "1.7.0", features = ["v4"] }
|
||||
tower-http = { version = "0.5.2", features = ["cors", "trace"] }
|
||||
mad = { git = "https://github.com/kjuulh/mad", branch = "main" }
|
||||
tokio-util = "0.7.11"
|
||||
tonic.workspace = true
|
||||
bytes.workspace = true
|
||||
@@ -33,6 +32,7 @@ chrono = { version = "0.4.38", features = ["serde"] }
|
||||
tokio-stream = "0.1.15"
|
||||
dagger-sdk = "0.11.10"
|
||||
rand = "0.8.5"
|
||||
notmad = "0.4.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tracing-test = { version = "0.2.5" } #, features = ["no-env-filter"] }
|
||||
|
Reference in New Issue
Block a user