[package] name = "campmaster-constantine" version = "0.2.1" authors = ["Owen Salter "] edition = "2018" license = "GPL-3.0" readme = "README.md" description = "A General-Purpose Discord bot" keywords = ["discord", "bot"] repository = "https://git.sr.ht/~muirrum/campmasterconstantine" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serenity = "0.8.6" rand = "0.7.3" pickledb = "0.4.1" kankyo = "0.3" env_logger = "0.7.1" log = "0.4.8" diesel = { version = "1.4.4", features = ["postgres"] } diesel_migrations = "1.4.0"