initial commit
This commit is contained in:
commit
f83fded289
15 changed files with 6084 additions and 0 deletions
22
Cargo.toml
Normal file
22
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue