pit/pit-basic/Cargo.toml
2024-07-28 12:54:29 -04:00

14 lines
274 B
TOML

[package]
name = "pit-basic"
version = "0.1.0"
edition = "2021"
[dependencies]
externref = "0.2.0"
ic-stable-structures = { version = "0.6.5", optional = true }
[features]
host=[]
host-ic=["host","ic-stable-structures"]
ic-stable-structures = ["dep:ic-stable-structures"]