phoebe/Cargo.toml

20 lines
593 B
TOML

[package]
name = "phoebe"
version = "0.1.0"
edition = "2018"
[dependencies]
bincode = "1.3.3"
discord_message_format = { git = "https://git.lavender.software/charlotte/discord-message-format.git" }
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git" }
serde = { version = "1.0.129", features = ["derive"] }
serenity = "0.10.9"
sled = "0.34.6"
tokio = { version = "1.10.1", features = ["full"] }
tracing = "0.1.26"
url = "2.2.2"
[patch.crates-io]
olm-sys = { path = "./target/patch/olm-sys-1.1.2" }
# You gotta apply the patch or simply clone olm-sys to that location :>