matrixdiscord/Cargo.toml
2023-03-14 23:49:12 -07:00

25 lines
534 B
TOML

[package]
name = "matrixdiscord"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
## Core
tokio = { version = "1.26.0", features = ["full"] }
## Web
axum = "^0.6"
tower-http = { version = "*", features = ["cors"] }
## json citrus
serde = { version = "1.0.156", features = ["derive"] }
serde_derive = "1.0.156"
serde_json = "1.0.94"
serde_with = "2.3.1"
## Misc
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
matrix-sdk = "0.6.2"