phoebe/Cargo.toml

26 lines
778 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"] }
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-09-10 04:44:00 +00:00
url = "2.2.2"
2021-09-12 02:59:13 +00:00
log = "0.4.14"
env_logger = "0.9.0"
html-escape = "0.2.9"
2021-09-12 02:59:13 +00:00
[dependencies.serenity]
version = "0.10.9"
default-features = false
features = ["builder", "cache", "client", "gateway", "model", "http", "utils", "rustls_backend"]
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 :>