pit/pit-basic/Cargo.toml

14 lines
274 B
TOML
Raw Permalink Normal View History

2024-07-18 17:17:58 +00:00
[package]
name = "pit-basic"
version = "0.1.0"
edition = "2021"
[dependencies]
externref = "0.2.0"
2024-07-28 16:54:29 +00:00
ic-stable-structures = { version = "0.6.5", optional = true }
[features]
host=[]
host-ic=["host","ic-stable-structures"]
ic-stable-structures = ["dep:ic-stable-structures"]