marine/tools/cli/Cargo.toml

23 lines
527 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"
2021-02-04 21:28:12 +00:00
version = "0.1.31"
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]
2021-01-15 21:44:09 +00:00
fce-wit-generator = { path = "../../crates/wit-generator", version = "0.1.30" }
2021-01-12 09:14:33 +00:00
fce-wit-parser = { path = "../../crates/wit-parser", version = "0.1.29" }
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"
2021-01-12 09:14:33 +00:00
serde = "=1.0.118"
2020-07-07 20:11:42 +00:00
serde_json = "1.0.56"