shift-bot/Cargo.toml
Pierre de Lacroix f83fded289
initial commit
2026-06-27 17:33:03 +02:00

22 lines
458 B
TOML

[package]
name = "shift_bot"
version = "0.1.0"
edition = "2024"
[lib]
name = "shift_bot"
[dependencies]
anyhow = "^1.0"
dirs = "^6.0"
futures-util = "^0.3"
matrix-sdk = "^0.16"
pulldown-cmark = "^0.13"
rand = "^0.9"
serde = "^1.0"
serde_json = { version = "^1.0", features = ["arbitrary_precision"] }
tokio = { version = "^1.49", features = ["full"] }
clap = { version = "^4.5", features = ["derive"] }
log = "^0.4"
simple_logger = "^5.2"
either = "^1.15"