initial commit
This commit is contained in:
commit
55bfb800c4
4 changed files with 2296 additions and 0 deletions
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "professor"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
dotenv = "0.15.0"
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.43.0"
|
||||
features = [
|
||||
"rt-multi-thread",
|
||||
"macros",
|
||||
]
|
||||
|
||||
[dependencies.serenity]
|
||||
version = "0.12.4"
|
||||
Loading…
Add table
Add a link
Reference in a new issue