mirror of
https://github.com/icicle-emu/icicle-python
synced 2026-06-21 13:53:41 +00:00
12 lines
218 B
TOML
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"] }
|