Merge branch 'starboard_counts' into 'master'
Starboard counts See merge request !12
Showing
- Cargo.lock 17 additions, 1 deletionCargo.lock
- Cargo.toml 2 additions, 2 deletionsCargo.toml
- src/handlers/mod.rs 9 additions, 2 deletionssrc/handlers/mod.rs
- src/handlers/starboard.rs 179 additions, 89 deletionssrc/handlers/starboard.rs
- src/models.rs 1 addition, 1 deletionsrc/models.rs
- src/program.rs 1 addition, 1 deletionsrc/program.rs
[package] | ||
name = "cat-disruptor-6500" | ||
version = "0.1.2" | ||
version = "0.2.0" | ||
authors = ["Stephen <stephen@stephendownward.ca>"] | ||
edition = "2018" | ||
# 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", "static_assertions"] } | ||
serenity = {version = "0.11", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "static_assertions", "cache"] } | ||
tokio = {version = "1.21", features = ["full", "time"] } | ||
phf = { version = "0.8", features = ["macros"] } | ||
toml = "0.5" | ||
... | ... |
Please register or sign in to comment