24 lines
541 B
TOML
24 lines
541 B
TOML
[package]
|
|
name = "watchdogs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
actix-files = "0.6.2"
|
|
actix-web = "4.4.0"
|
|
chrono = "0.4.31"
|
|
env_logger = "0.10.0"
|
|
hex = "0.4.3"
|
|
log = "0.4.20"
|
|
maud = "0.25.0"
|
|
rayon = "1.7.0"
|
|
regex = "1.9.5"
|
|
ring = "0.16.20"
|
|
rusqlite = "0.29.0"
|
|
serde = { version = "1.0.188", features = ["derive"] }
|
|
serde_json = "1.0.107"
|
|
tokio = { version = "1.32.0", features = ["full"] }
|
|
walkdir = "2.4.0"
|
|
web-base = "0.2.1"
|