rawnetchat/Cargo.toml

9 lines
223 B
TOML

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