2023-12-03 16:11:50 +00:00
|
|
|
[package]
|
|
|
|
name = "diru-matrix"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0.75"
|
|
|
|
deepl = "0.4.4"
|
|
|
|
dotenvy = "0.15.7"
|
2023-12-07 14:58:54 +00:00
|
|
|
matrix-sdk = { version = "0.6.2", features = ["anyhow", "markdown"] }
|
2023-12-03 16:11:50 +00:00
|
|
|
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "full"] }
|
|
|
|
tracing = "0.1.40"
|
2023-12-12 17:40:15 +00:00
|
|
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|