marine/tools/cli/Cargo.toml
vms 709dc36550
misc improvements (#24)
- improve error handling in host functions
- refactor examples
- fix IT generation
2020-09-08 23:30:03 +03:00

23 lines
522 B
TOML

[package]
name = "fcli"
description = "Fluence FCE command line tool"
version = "0.1.4"
authors = ["Fluence Labs"]
repository = "https://github.com/fluencelabs/fce/tools/cli"
license = "Apache-2.0"
edition = "2018"
[[bin]]
name = "fce"
path = "src/main.rs"
[dependencies]
fce-wit-generator = { path = "../../crates/wit-generator", version = "0.1.3"}
fce-wit-parser = { path = "../../crates/wit-parser", version = "0.1.3" }
anyhow = "1.0.31"
clap = "2.33.1"
exitfailure = "0.5.1"
serde = "1.0.114"
serde_json = "1.0.56"