little-hesinde/cops-web/Cargo.toml

16 lines
433 B
TOML
Raw Normal View History

2024-05-02 16:10:29 +00:00
[package]
name = "cops-web"
version = "0.1.0"
edition = "2021"
[dependencies]
calibre-db = { path = "../calibre-db/" }
clap = { version = "4.5.4", features = ["derive"] }
once_cell = "1.19.0"
poem = { version = "3.0.0", features = ["embed", "static-files"] }
rust-embed = "8.3.0"
tera = "1.19.1"
thiserror = { workspace = true }
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] }
tracing-subscriber = "0.3.18"