8 lines
207 B
TOML
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"] }
|