Files
web-petting/Cargo.toml
T
Ultradesu 90fd4f86f8
Build and Publish / Build and Publish Docker Image (push) Successful in 1m20s
Added landing visit log line
2026-05-18 14:53:08 +03:00

20 lines
503 B
TOML

[package]
name = "web-petting"
version = "0.1.9"
edition = "2024"
[dependencies]
cot = { version = "0.6.0", features = ["sqlite"] }
chrono = "0.4"
chrono-tz = "0.10"
serde = { version = "1", features = ["derive"] }
serde_html_form = "0.4"
password-auth = "1"
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json"] }
serde_json = "1"
multer = "3"
futures = "0.3"
tokio = { version = "1", features = ["fs"] }
uuid = { version = "1", features = ["v4"] }
tracing = "0.1"