- [package]
- name = "btfproto-tests"
- version = "0.1.0"
- edition = "2021"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- btlib = { path = "../btlib" }
- btfproto = { path = "../btfproto" }
- tempdir = { version = "0.3.7" }
- lazy_static = { version = "1.4.0" }
- bytes = { version = "1.3.0" }
- libc = { version = "0.2.137" }
- tokio = { version = "1.24.2" }
|