2022-11-30 14:35:46 +11:00
|
|
|
[package]
|
2023-02-01 03:12:46 +11:00
|
|
|
name = "run_wasm"
|
2023-02-07 07:12:46 +11:00
|
|
|
publish = false
|
|
|
|
|
2022-11-30 14:35:46 +11:00
|
|
|
version.workspace = true
|
2023-02-07 07:12:46 +11:00
|
|
|
license.workspace = true
|
2022-11-30 14:35:46 +11:00
|
|
|
edition.workspace = true
|
2023-02-07 07:12:46 +11:00
|
|
|
repository.workspace = true
|
2022-11-30 14:35:46 +11:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-02-01 03:12:46 +11:00
|
|
|
# We use cargo-run-wasm main because of our workspace layout
|
|
|
|
cargo-run-wasm = { git = "https://github.com/rukai/cargo-run-wasm", rev = "d14f73de77eaae44714b4817d660026a31f5f5a9" }
|