[package] name = "yttrium_key_base" version = "1.0.0" authors = ["adamski234 "] edition = "2018" license = "MPL-2.0" description = "Common functionality shared between Yttrium and its plugins" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde_json = "1" serenity = "0.10" [dev-dependencies] regex = "1"