wars/wars-rt/Cargo.toml

22 lines
523 B
TOML
Raw Permalink Normal View History

2024-06-06 20:37:15 +00:00
[package]
name = "wars-rt"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.86"
castaway = "0.2.2"
derive_more = "0.99.17"
2024-08-14 22:34:48 +00:00
either = "1.13.0"
ic-stable-structures = { version = "0.6.5", optional = true }
2024-06-06 20:37:15 +00:00
paste = "1.0.15"
tramp = "0.3.0"
tuple_list = "0.1.3"
2024-06-19 03:21:09 +00:00
wars-macro = { version = "0.1.0", path = "../wars-macro" }
wasm_runtime_layer = "0.4.0"
2024-08-14 22:34:48 +00:00
[features]
ic-stable-structures = ["dep:ic-stable-structures"]