You've already forked matrix-bot
mirror of
https://github.com/t2linux/matrix-bot.git
synced 2026-04-30 13:54:23 -07:00
17 lines
315 B
TOML
17 lines
315 B
TOML
[package]
|
|
name = "matrix-bot"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
matrix-sdk = "0.16.0"
|
|
tokio = { version = "1", features = ["full"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
anyhow = "1"
|
|
dotenv = "0.15"
|
|
tracing-subscriber = "0.3.22"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.24.0"
|