dircord/Cargo.toml

32 lines
667 B
TOML
Raw Permalink Normal View History

2021-12-26 14:04:47 -06:00
[package]
name = "dircord"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-07-24 11:38:19 -05:00
anyhow = "1.0.58"
irc = "0.15.0"
toml = "0.5.9"
serde = "1.0.140"
lazy_static = "1.4.0"
2022-01-18 16:55:05 -06:00
pulldown-cmark = "0.9.1"
fancy-regex = "0.10.0"
2022-07-07 01:22:39 -05:00
tokio-stream = "0.1.9"
2022-07-28 18:32:17 -05:00
ellipse = "0.2.0"
2021-12-26 15:13:09 -06:00
[dependencies.tokio]
2022-07-24 11:38:19 -05:00
version = "1.20.0"
2021-12-26 15:13:09 -06:00
features = ["full"]
[dependencies.serenity]
2022-07-24 11:38:19 -05:00
version = "0.11.4"
2021-12-26 15:13:09 -06:00
default-features = false
features = ["builder", "cache", "client", "gateway", "model", "utils", "native_tls_backend"]
[build-dependencies.vergen]
2022-07-24 11:38:19 -05:00
version = "7.3.1"
default-features = false
features = ["git"]