-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (32 loc) · 937 Bytes
/
Cargo.toml
File metadata and controls
33 lines (32 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "wharf"
version = "1.0.0"
edition = "2024"
[dependencies]
axum = { version = "0.8", features = ["macros"] }
maud = { version = "0", features = ["axum"] }
tracing = "0"
tracing-subscriber = "0"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0", features = ["fs"] }
reqwest = { version = "0", default-features = false, features = [
"json",
"charset",
"http2",
"rustls-tls",
] }
anyhow = "1"
serde = { version = "1", features = ["derive"] }
joy-error = { git = "https://github.com/sub07/rust-utils", rev = "a7103d4dacf67412b9e85678581b1387649a2897", features = [
"tracing-crate",
] }
joy-macro = { git = "https://github.com/sub07/rust-utils", rev = "a7103d4dacf67412b9e85678581b1387649a2897" }
futures = "0"
serde_json = "1"
chrono = "0"
axum-extra = { version = "0", features = ["cookie"] }
sha2 = "0"
time = "0"
easy-ext = "1"
bon = "3"
itertools = "0"