update_bot/Cargo.toml

13 lines
242 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]
2022-05-02 21:43:19 +00:00
libcwtch = "0.3.2"
2022-04-12 19:22:36 +00:00
imp = {path = "../imp"}
serde_json = "1.0"