1

Load aya into project

This commit is contained in:
Evan Pratten 2023-07-27 14:04:06 -04:00
parent 69be59d4da
commit c1dec2ffc8
2 changed files with 2 additions and 1 deletions

0
.gitmodules vendored
View File

View File

@ -15,4 +15,5 @@ categories = []
[dependencies]
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread", "sync"] }
clap = { version = "4.3.11", features = ["derive"] }
aya = { git = "https://github.com/aya-rs/aya", rev = "f334cbd86ee8c83b29940ee80f0ab80a6d58e5d1", features = ["async_tokio"] }
aya-log = { git = "https://github.com/aya-rs/aya", rev = "f334cbd86ee8c83b29940ee80f0ab80a6d58e5d1" }