Cargo.toml 409 B

123456789101112131415
  1. [package]
  2. name = "btfproto-tests"
  3. version = "0.1.0"
  4. edition = "2021"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. btlib = { path = "../btlib" }
  8. btfproto = { path = "../btfproto" }
  9. tempdir = { version = "0.3.7" }
  10. lazy_static = { version = "1.4.0" }
  11. bytes = { version = "1.3.0" }
  12. libc = { version = "0.2.137" }
  13. tokio = { version = "1.24.2" }