2024-07-18 12:17:58 -05:00
|
|
|
[package]
|
|
|
|
name = "pit-basic"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
externref = "0.2.0"
|
2024-07-28 11:54:29 -05: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"]
|