[package] name = "pea-bot" version = "0.1.1" edition = "2021" license = "MIT" description = "エンドウ" repository = "https://github.com/peacash/bot" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serenity = { version = "0.11", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] } tokio = { version = "1.21.2", features = ["full"] } pea-api = "0.2.1" pea-core = "0.2.1" clap = { version = "3.2.6", features = ["derive"] }