update_bot/Cargo.toml

14 lines
256 B
TOML
Raw Normal View History

[package]
name = "update_bot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-09-30 19:37:32 +00:00
libcwtch = "0.7.0"
cwtch-imp = "0.2.3"
serde_json = "1.0"
2022-05-19 21:05:04 +00:00
chrono = "0.4.19"