initial commit

This commit is contained in:
Pierre de Lacroix 2026-06-22 16:49:17 +02:00
commit f83fded289
Signed by: lateralus23
GPG key ID: 53E0CEC29C24EF39
15 changed files with 6084 additions and 0 deletions

22
Cargo.toml Normal file
View file

@ -0,0 +1,22 @@
[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"