pinbot-rs/Cargo.toml

16 lines
457 B
TOML
Raw Normal View History

2022-06-24 17:22:46 +02:00
[package]
name = "pinbot-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-10-17 15:50:06 +02:00
serenity = { version = "0.12", features = [
"model",
"client",
"gateway",
"rustls_backend",
], default-features = false, git = "https://github.com/serenity-rs/serenity.git", branch = "current" }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }