[package] name = "rustcord" version = "1.0.0" authors = ["Agatha Rose "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serenity = "0.8.0" rand = "0.7.3" toml = "0.5.6" sys-info = "0.6.0" urbandict = "0.2.0" owoify = "0.1.5" lazy_static = "1.4.0" colored = "1.9.3" [patch.crates-io] openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" } [dependencies.serde] version = "1.0.105" features = ["derive"]