nixwebr.ing/server/Cargo.toml
jacekpoz 001e274186
All checks were successful
Deploy website / deploy (push) Successful in 12s
move webring data to webring.nix
2024-09-13 21:38:59 +02:00

12 lines
251 B
TOML

[package]
name = "nix-webring-server"
version = "0.1.0"
edition = "2021"
[dependencies]
env_logger = "0.11.3"
ntex = { version = "2.0.0", features = [ "tokio", "rustls" ] }
ntex-files = "2.0.0"
serde = "1.0.210"
serde_json = "1.0.128"
rand = "0.8.5"