matrix-dendrite-admin/Cargo.toml

18 lines
425 B
TOML
Raw Permalink Normal View History

2023-07-01 00:57:38 +00:00
[package]
name = "matrix-dendrite-admin"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
text_io = "0.1.12"
dotenvy = "0.15.7"
rustify = "0.5.3"
rustify_derive = "0.5.2"
http = "0.2.9"
derive_builder = "0.12.0"
serde = "1.0.164"
tokio = { version = "1.29.1", features = ["rt-multi-thread", "macros"] }
serde_json = "1.0.99"