Cargo.toml 294 B

12345678910111213
  1. [package]
  2. name = "btlib-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. swtpm-harness = { path = "../swtpm-harness" }
  9. [dev-dependencies]
  10. tempdir = "0.3.7"