Cargo.toml 238 B

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