bot-mastodon-image-uploader/Cargo.toml

20 lines
497 B
TOML

[package]
name = "mastodon-image-uploader-bot"
version = "1.0.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "=1.42.0", features = ["macros", "rt-multi-thread"] }
reqwest = { version = "=0.12.12", features = ["json"] }
serde = "=1.0.217"
toml = "=0.8.19"
log = "=0.4.22"
stderrlog = "=0.6.0"
async-std = "=1.13.0"
[dependencies.mastodon-async]
version = "=1.3.2"
features = ["toml", "mt"]