nncs/Cargo.toml
BloxerHD 7f4107406f
All checks were successful
Build and Test / nncs (push) Successful in 1m37s
Add Logging
2026-07-16 22:30:39 +01:00

9 lines
165 B
TOML

[package]
name = "nncs"
version = "0.1.0"
edition = "2024"
[dependencies]
dotenvy = "0.15.7"
tokio = { version = "1.52.3", features = ["full"] }
tracing = "0.1.44"