BooruImageTagCuratingHelper/Cargo.toml

12 lines
307 B
TOML
Raw Normal View History

2023-02-15 16:43:38 +00:00
[package]
name = "booru_image_tag_curating_helper"
version = "0.1.0"
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"] }