Files
web-petting/Cargo.toml
T
Ultradesu 68d578b29d
Build and Publish / Build and Publish Docker Image (push) Successful in 1m53s
Adjusted hero landing
2026-05-13 14:56:15 +01:00

19 lines
487 B
TOML

[package]
name = "web-petting"
version = "0.1.6"
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"] }