abridged/Cargo.toml

18 lines
386 B
TOML
Raw Normal View History

2023-05-23 02:49:37 +00:00
[package]
name = "multibridge"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures = "0.3"
tokio = { version = "1.28", features = ["rt-multi-thread", "macros", "time", "sync"] }
async-trait = "0.1"
env_logger = "0.10"
log = "0.4"
irc = "0.15"
matrix-sdk = "0.6"
serenity = "0.11"