marine/tools/cli/Cargo.toml

20 lines
351 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]]
2020-07-09 12:55:58 +00:00
name = "fce"
2020-07-07 20:11:42 +00:00
path = "src/main.rs"
[dependencies]
2020-07-09 03:21:04 +00:00
wit-generator = { path = "../../crates/wit-generator" }
wit-parser = { path = "../../crates/wit-parser" }
2020-07-07 20:11:42 +00:00
clap = "2.33.1"
exitfailure = "0.5.1"
failure = "0.1.5"
serde = "1.0.114"
serde_json = "1.0.56"