add tokio

This commit is contained in:
Will Greenberg
2023-11-09 18:43:31 -08:00
parent 5da9aad0a8
commit 05cc2839ce
2 changed files with 309 additions and 0 deletions
+1
View File
@@ -8,4 +8,5 @@ edition = "2021"
[dependencies]
libc = "0.2.150"
thiserror = "1.0.50"
tokio = { version = "1.34.0", features = ["full"] }