mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
port bot to rust, upgrade response, and cut away some of the tf cruft
This commit is contained in:
parent
0a37eff047
commit
f5fb729ce7
17 changed files with 1440 additions and 205 deletions
12
packages/bot/Cargo.toml
Normal file
12
packages/bot/Cargo.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "bot"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
serenity = { version = "0.10.10", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "unstable_discord_api", "collector"] }
|
||||
dotenv = "0.15.0"
|
||||
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
||||
url = "2.2.2"
|
Loading…
Add table
Add a link
Reference in a new issue