phoebe/Cargo.toml

20 lines
593 B
TOML
Raw Normal View History

2021-08-12 09:47:38 +00:00
[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" }
2021-09-12 01:04:30 +00:00
serde = { version = "1.0.129", features = ["derive"] }
serenity = "0.10.9"
2021-08-12 09:47:38 +00:00
sled = "0.34.6"
2021-09-12 01:04:30 +00:00
tokio = { version = "1.10.1", features = ["full"] }
2021-08-12 09:47:38 +00:00
tracing = "0.1.26"
2021-09-10 04:44:00 +00:00
url = "2.2.2"
2021-09-12 01:04:30 +00:00
[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 :>