Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
649a7854f3
commit
32281c02bb
1396
Cargo.lock
generated
1396
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -10,7 +10,6 @@ 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" }
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
|
@ -11,20 +11,11 @@ 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"] }
|
||||
serde_yaml = "0.9.34"
|
||||
tokio-stream = "0.1.15"
|
||||
tokio-stream = { version = "0.1.15", features = ["full"] }
|
||||
walkdir = "2.5.0"
|
||||
minijinja = "2.0.1"
|
||||
futures = "0.3.30"
|
||||
|
Loading…
Reference in New Issue
Block a user