denbooru/Cargo.toml

13 lines
263 B
TOML
Raw Permalink Normal View History

2024-09-15 09:34:56 +00:00
[package]
name = "denbooru"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-09-15 16:45:26 +00:00
askama = "0.12.1"
2024-09-15 09:34:56 +00:00
axum = "0.7.5"
glob = "0.3.1"
2024-09-15 09:50:20 +00:00
serde = { version = "1.0.210", features = ['derive'] }
tokio = { version = "1.40.0", features = [ 'rt-multi-thread' ] }
2024-09-15 09:50:20 +00:00
toml = "0.8.19"