rawnetchat/Cargo.toml
2025-03-04 16:22:57 -06:00

8 lines
207 B
TOML

[package]
name = "rawnetchat"
version = "1.0.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.31", features = ["derive"] }
time = { version = "0.3.37", features = ["formatting", "local-offset"] }