j7s_diagnostics_ros/j7s_diagnostics_cxx/Cargo.toml

18 lines
311 B
TOML

[package]
name = "j7s_diagnostics_cxx"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["staticlib"]
[dependencies]
anyhow = "1.0.103"
cxx = "1.0"
j7s_diagnostics = { branch = "main", git="https://git.jpace121.net/public/j7s_diagnostics.git" }
[build-dependencies]
cxx-build = "1.0"
[patch.crates-io]