14 lines
328 B
TOML
14 lines
328 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 = { path="../j7s_diagnostics/", features=["std"] }
|