21 lines
497 B
TOML
21 lines
497 B
TOML
[package]
|
|
name = "ascendance-of-a-bookworm-bot"
|
|
version = "1.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
chrono = "0.4.26"
|
|
crossterm = "0.26.1"
|
|
lemmy_api_common = "0.18.1"
|
|
lemmy_db_schema = "0.18.1"
|
|
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"
|
|
tui = "0.19.0"
|
|
url = "2.4.0"
|