diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29..0000000 diff --git a/protomask/Cargo.toml b/protomask/Cargo.toml index e6161a9..783a62b 100644 --- a/protomask/Cargo.toml +++ b/protomask/Cargo.toml @@ -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" }