discord-kurante/Cargo.toml

20 lines
517 B
TOML
Raw Permalink Normal View History

2020-05-01 05:53:46 +00:00
[package]
name = "discord-kurante"
version = "0.1.0"
authors = ["Edward Shen <code@eddie.sh>"]
edition = "2018"
[dependencies]
clap = "2"
serenity = { git = "https://github.com/Lakelezz/serenity", branch = "await"}
regex = "1"
sqlx = { version = "0.3", default-features = false, features = [ "runtime-tokio", "macros", "sqlite"] }
futures = "0.3"
tokio = { version = "0.2", features = ["full"] }
2020-05-02 01:21:27 +00:00
dotenv = "0.15"
rand = "0.7"
2020-05-02 05:04:51 +00:00
unicode-segmentation = "1.6"
log = "0.4"
env_logger = "0.7"
lazy_static = "1.4"
url = "2.1"