marine/tools/fce_cli/Cargo.toml

19 lines
371 B
TOML
Raw Normal View History

2020-07-07 20:11:42 +00:00
[package]
name = "fce_cli"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[[bin]]
name = "fce_cli"
path = "src/main.rs"
[dependencies]
wit_parser = { path = "../../crates/wit_parser" }
clap = "2.33.1"
exitfailure = "0.5.1"
failure = "0.1.5"
wit = { path = "/Users/mike/dev/work/fluence/wasm/rust-sdk/crates/wit" }
serde = "1.0.114"
serde_json = "1.0.56"