[package] name = "discord-kurante" version = "0.1.0" authors = ["Edward Shen "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [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"] } dotenv = "0.15"