Files
icicle-emu-icicle-python/tests/Cargo.toml
T
2024-12-25 00:41:46 +01:00

12 lines
218 B
TOML

[package]
name = "tests"
edition = "2021"
[[bin]]
name = "tests"
path = "tests.rs"
[dependencies]
icicle-python = { path = "..", default-features = false }
pyo3 = { workspace = true, features = ["auto-initialize"] }