22 lines
458 B
TOML
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"
|