[package] name = "disruption_types" version = "0.1.0" edition = "2021" description = "Types for communicating with the Discord API and gateway" authors = ["Louis Meyer (H1ghBre4k3r) "] repository = "https://github.com/H1ghBre4k3r/disruption" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.189", features = ["derive"]} serde_json = "1.0.107" serde_repr = "0.1.16"