Cargo.toml 267 B

1234567891011121314
  1. [package]
  2. name = "tools"
  3. version.workspace = true
  4. edition.workspace = true
  5. license.workspace = true
  6. publish.workspace = true
  7. [dependencies]
  8. runtime = { path = "../runtime" }
  9. serde = { version = "1", features = ["derive"] }
  10. serde_json = "1"
  11. [lints]
  12. workspace = true