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 502 B

1 year ago
12345678910111213141516171819
  1. [package]
  2. name = "dora-ros2-bridge-python"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. dora-ros2-bridge = { path = "..", default-features = false }
  7. dora-ros2-bridge-msg-gen = { path = "../msg-gen" }
  8. pyo3 = { workspace = true, features = ["eyre", "abi3-py37", "serde"] }
  9. eyre = "0.6"
  10. serde = "1.0.166"
  11. arrow = { workspace = true, features = ["pyarrow"] }
  12. futures = "0.3.28"
  13. pyo3_special_method_derive = "0.3.0"
  14. pyo3_special_method_derive_lib = "0.3.0"
  15. [dev-dependencies]
  16. serde_assert = "0.7.1"