phoebe/Cargo.toml

15 lines
435 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.127", features = ["derive"] }
serenity = "0.10.8"
sled = "0.34.6"
tokio = { version = "1.8.0", features = ["full"] }
tracing = "0.1.26"