m32chat/Cargo.toml

12 lines
231 B
TOML
Raw Normal View History

2023-10-02 21:52:22 +02:00
[package]
name = "m32chat"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-10-02 23:51:49 +02:00
chrono = "0.4.31"
2023-10-03 22:11:06 +02:00
env_logger = "0.10.0"
log = "0.4.20"