-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
20 lines (18 loc) · 786 Bytes
/
Cargo.toml
File metadata and controls
20 lines (18 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "ankush_dev"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = { version = "0.7.9", features = ["http1", "tokio", "json", "query"], default-features = false }
axum-response-cache = "0.1.1"
chrono = { version = "0.4.38", features = ["alloc", "serde"], default-features = false }
markdown = "1.0.0-alpha.17"
minijinja = "2.0"
serde = { version = "1.0", features = ["serde_derive"], default-features = false }
serde_yaml = "0.9.34"
tokio = { version = "1.37", features = ["rt-multi-thread"] }
tower-http = { version = "0.6.1", features = ["fs", "normalize-path"] }
rusqlite = { version = "0.32.0", features = ["bundled"] }
tower-livereload = "0.9.5"
tower = "0.5.2"