You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cargo.toml 431 B

1 year ago
123456789101112131415161718
  1. [package]
  2. name = "dora-operator-api-c"
  3. version.workspace = true
  4. edition.workspace = true
  5. rust-version.workspace = true
  6. description = "C API implementation for Dora Operator"
  7. documentation.workspace = true
  8. license.workspace = true
  9. repository.workspace = true
  10. [lib]
  11. crate-type = ["staticlib", "lib"]
  12. [dependencies]
  13. dora-operator-api-types = { workspace = true }
  14. [build-dependencies]
  15. dora-operator-api-types = { workspace = true }