2023-06-18 22:26:50 +00:00
|
|
|
[package]
|
|
|
|
name = "ascendance-of-a-bookworm-bot"
|
2023-06-19 20:10:28 +00:00
|
|
|
version = "1.1.0"
|
2023-06-18 22:26:50 +00:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
chrono = "0.4.26"
|
2023-07-30 19:10:46 +00:00
|
|
|
lemmy_api_common = "0.18.2"
|
|
|
|
lemmy_db_schema = "0.18.2"
|
2023-06-18 22:26:50 +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"
|
2023-06-19 17:21:28 +00:00
|
|
|
strum_macros = "0.25.0"
|
2023-08-31 21:36:37 +00:00
|
|
|
tokio = "1.32.0"
|
2023-06-18 22:26:50 +00:00
|
|
|
url = "2.4.0"
|