Cargo.toml 465 B

123456789101112131415
  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. btserde = { path = "../btserde" }
  9. swtpm-harness = { path = "../swtpm-harness" }
  10. tempdir = "0.3.7"
  11. anyhow = { version = "1.0.66", features = ["std", "backtrace"] }
  12. serde = { version = "^1.0.136", features = ["derive"] }
  13. lazy_static = { version = "1.4.0" }