-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
25 lines (24 loc) · 872 Bytes
/
Cargo.toml
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
[package]
name = "what-do"
version = "0.1.0"
edition = "2021"
[dependencies]
ammonia = "3.3.0"
axum = "0.7.4"
shuttle-axum = "0.41.0"
shuttle-runtime = "0.41.0"
tokio = "1.28.2"
# axum-live-view = { git = "https://github.com/davidpdrsn/axum-live-view", features = ["precompiled-js"] }
axum-live-view = { git = "https://github.com/OmegaJak/axum-live-view", branch = "UpdateAxum", features = ["precompiled-js"] } # https://github.com/davidpdrsn/axum-live-view/pull/162
# axum-live-view = { path = "../axum-live-view/axum-live-view", features = ["precompiled-js"] }
serde = { version = "1.0", features = ["derive"] }
tower = { version = "0.4" }
tower-http = { version = "0.5.2", features = ["add-extension"] }
random-string = "1.0.0"
itertools = "0.12.1"
ordinal = "0.3.2"
tracing = "0.1.37"
tracing-panic = "0.1.1"
anyhow = "1.0.75"
uuid = "1.4.1"
linked-hash-map = "0.5.6"