init
This commit is contained in:
commit
e431d3b745
17 changed files with 3489 additions and 0 deletions
24
Cargo.toml
Normal file
24
Cargo.toml
Normal file
|
@ -0,0 +1,24 @@
|
|||
[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"
|
Loading…
Add table
Add a link
Reference in a new issue