Cargo.toml 296 B

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