marine/tools/cli/Cargo.toml

23 lines
522 B
TOML
Raw Normal View History

2020-07-07 20:11:42 +00:00
[package]
2020-08-08 22:49:51 +00:00
name = "fcli"
2020-08-07 08:54:37 +00:00
description = "Fluence FCE command line tool"
version = "0.1.4"
2020-07-07 20:11:42 +00:00
authors = ["Fluence Labs"]
2020-07-28 16:14:53 +00:00
repository = "https://github.com/fluencelabs/fce/tools/cli"
license = "Apache-2.0"
2020-07-07 20:11:42 +00:00
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]
fce-wit-generator = { path = "../../crates/wit-generator", version = "0.1.3"}
2020-09-03 00:01:04 +00:00
fce-wit-parser = { path = "../../crates/wit-parser", version = "0.1.3" }
2020-07-09 03:21:04 +00:00
2020-07-28 16:14:53 +00:00
anyhow = "1.0.31"
2020-07-07 20:11:42 +00:00
clap = "2.33.1"
exitfailure = "0.5.1"
serde = "1.0.114"
serde_json = "1.0.56"