-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (30 loc) · 1.19 KB
/
Cargo.toml
File metadata and controls
33 lines (30 loc) · 1.19 KB
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
[workspace]
members = ["writings", "writings/update", "writings-api", "writings-macros", "writings-mcp"]
resolver = "3"
[workspace.dependencies]
axum = { version = "0.8.1", default-features = false }
chrono = { version = "0.4.39" }
diacritics = { version = "0.2.2" }
enumscribe = { version = "0.4.0" }
indicium = { version = "0.6.4" }
log = { version = "0.4.25" }
poem-openapi = { version = "5.1.5" }
regex = { version = "1.11.1" }
reqwest = { version = "0.12.12", features = ["rustls-tls"], default-features = false }
scraper = { version = "0.23.1" }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = { version = "1.0.137" }
strum = { version = "0.27.0", features = ["derive"] }
wherror = { version = "2" }
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
utoipa = { version = "5.3.1" }
utoipa-axum = { version = "0.2.0" }
utoipa-swagger-ui = { version = "9.0.0" }
tower-layer = "0.3.3"
tower = "0.5.2"
normalize-path-except = { version = "0.2.1" }
rapidfuzz = "0.5.0"
validify = "2.0.0"
axum-valid = { version = "0.23.0", default-features = false, features = ["validify", "basic"] }
[workspace.metadata.dylint]
libraries = [{ git = "https://github.com/dra11y/toms-lints" }]