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.
|
- [package]
- name = "dora-operator-api-cxx"
- version.workspace = true
- edition.workspace = true
- documentation.workspace = true
- description.workspace = true
- license.workspace = true
- repository.workspace = true
-
- [lib]
- crate-type = ["staticlib"]
-
- [dependencies]
- cxx = "1.0.73"
- dora-operator-api = { workspace = true }
-
- [build-dependencies]
- cxx-build = "1.0.73"
|