BooruImageTagCuratingHelper/Cargo.toml

13 lines
313 B
TOML
Raw Normal View History

2023-02-15 16:43:38 +00:00
[package]
name = "bitch"
2023-07-09 19:21:19 +00:00
version = "0.2.0"
2023-02-15 16:43:38 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2023-02-15 17:31:43 +00:00
[dependencies]
gelbooru-api = "0.4.0"
futures = "0.3"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
2023-07-09 18:28:51 +00:00
toml = "0.7.3"
serde = "1.0.169"