chore: bump deps; declare workspace members
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ib6499a53a60e591180cddd1a1126d4526a6a6964
This commit is contained in:
parent
235d3d38a6
commit
b169bad512
2 changed files with 748 additions and 16 deletions
739
Cargo.lock
generated
739
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
25
Cargo.toml
25
Cargo.toml
|
|
@ -16,8 +16,15 @@ repository = "https://gitub.com/feel-co/fc"
|
|||
authors = ["NotAShelf <raf@notashelf.dev"]
|
||||
|
||||
[workspace.dependencies]
|
||||
# Components
|
||||
fc-common = {path = "./crates/common"}
|
||||
fc-evaluator = {path = "./crates/evaluator"}
|
||||
fc-queue-runner = {path = "./crates/queue-runner"}
|
||||
fc-server = {path = "./crates/server"}
|
||||
|
||||
|
||||
tokio = { version = "1.48.0", features = ["full"] }
|
||||
axum = "0.8.6"
|
||||
axum = "0.8.8"
|
||||
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres", "chrono", "uuid", "migrate"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.145"
|
||||
|
|
@ -32,3 +39,19 @@ clap = { version = "4.5.51", features = ["derive"] }
|
|||
config = "0.15.18"
|
||||
tempfile = "3.8"
|
||||
toml = "0.9.8"
|
||||
tower-http = { version = "0.6.8", features = ["cors", "trace", "limit", "fs"] }
|
||||
tower = "0.5.3"
|
||||
futures = "0.3.31"
|
||||
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
|
||||
sha2 = "0.10"
|
||||
hex = "0.4"
|
||||
hmac = "0.12"
|
||||
axum-extra = { version = "0.10", features = ["typed-header"] }
|
||||
tokio-util = { version = "0.7", features = ["io"] }
|
||||
nix-nar = "0.3"
|
||||
lettre = { version = "0.11", default-features = false, features = ["tokio1-rustls-tls", "smtp-transport", "builder"] }
|
||||
async-stream = "0.3"
|
||||
dashmap = "6"
|
||||
regex = "1"
|
||||
askama = "0.12"
|
||||
askama_axum = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue