2
0

Cargo.toml 262 B

1234567891011
  1. [package]
  2. name = "test_base"
  3. version = "0.1.0"
  4. edition = "2021"
  5. license = "GPL-2.0-only"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. env_logger = "0.11.5"
  9. log = "0.4.21"
  10. test-context = "0.3.0"