BooruImageTagCuratingHelper/Cargo.toml

13 lines
313 B
TOML

[package]
name = "bitch"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gelbooru-api = "0.4.0"
futures = "0.3"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
toml = "0.7.3"
serde = "1.0.169"