j7s_diagnostics_py/Cargo.toml

14 lines
381 B
TOML

[package]
name = "j7s_diagnostics_py"
version = "0.1.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "j7s_diagnostics_py"
crate-type = ["cdylib"]
[dependencies]
pyo3 = "0.29.0"
j7s_diagnostics = { branch="main", git="ssh://git@git.jpace121.net:2222/public/j7s_diagnostics.git", features=["std"] }