mastodon-image-uploader-bot/Cargo.toml

15 lines
377 B
TOML

[package]
name = "mastodon-image-uploader-bot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tokio-test = "0.4.2"
reqwest = "0.11.14"
[dependencies.mastodon-async]
version = "1.0"
features = ["toml", "mt"]