Successfully compiling

This commit is contained in:
Luke Parker
2022-10-16 07:30:11 -04:00
parent f79321233d
commit 77ba1c00e2
6 changed files with 311 additions and 172 deletions

View File

@@ -8,4 +8,6 @@ authors = ["Luke Parker <lukeparker5132@gmail.com>"]
edition = "2021"
[dependencies]
tokio = "1"
async-recursion = "1.0"
async-trait = "0.1"
tokio = { version = "1", features = ["macros", "rt", "sync"] }