18 lines
334 B
TOML
18 lines
334 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="ssh://git@git.jpace121.net:2222/public/j7s_diagnostics.git", features=["std"] }
|
|
|
|
[build-dependencies]
|
|
cxx-build = "1.0"
|
|
|
|
[patch.crates-io]
|