component-init-cli 0.1.0

Tool for pre-initializing WebAssembly components: CLI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "component-init-cli"
description = "Tool for pre-initializing WebAssembly components: CLI"
license.workspace = true
version.workspace = true
edition.workspace = true

[[bin]]
name = "component-init"
path = "src/main.rs"

[dependencies]
anyhow.workspace = true
clap.workspace = true
component-init-wasmtime.workspace = true
tokio.workspace = true