Cargo.toml 276 B

1234567891011121314
  1. [package]
  2. name = "compat-harness"
  3. version.workspace = true
  4. edition.workspace = true
  5. license.workspace = true
  6. publish.workspace = true
  7. [dependencies]
  8. commands = { path = "../commands" }
  9. tools = { path = "../tools" }
  10. runtime = { path = "../runtime" }
  11. [lints]
  12. workspace = true