aob-lemmy-bot/Cargo.toml

23 lines
603 B
TOML
Raw Normal View History

[package]
name = "ascendance-of-a-bookworm-bot"
name = "aob-lemmy-bot"
2023-12-20 19:45:13 +00:00
version = "2.1.5"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-12-17 00:51:21 +00:00
chrono = "^0.4.26"
2023-12-20 19:45:13 +00:00
lemmy_api_common = "0.19.1"
lemmy_db_schema = "0.19.1"
2023-12-17 00:51:21 +00:00
once_cell = "^1.18.0"
reqwest = { version = "^0.11.18", features = ["blocking", "json"] }
serde = "^1.0.164"
serde_derive = "^1.0.164"
serde_json = "^1.0.97"
strum_macros = "^0.25.0"
tokio = { version = "^1.32.0", features = ["rt", "rt-multi-thread", "macros"] }
url = "^2.4.0"
confy = "0.5.1"
2023-12-17 19:19:37 +00:00
toml = "0.8.8"