aboutsummaryrefslogtreecommitdiff
path: root/comments/Cargo.toml
blob: 61b8a46d8ab580daf51ddcde88d8c7a08d4a8759 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "comments"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
askama = "0.11"
axum = { version="0.6", features = ["macros"] }
serde = "1"
sqlx = { version = "0.5", features = ["runtime-tokio-rustls", "any", "postgres", "time"] }
# time = "0.3"
tokio = { version = "1", features = ["full"] }