marine/tools/cli/Cargo.toml

32 lines
766 B
TOML
Raw Normal View History

2020-07-07 23:11:42 +03:00
[package]
2021-05-11 15:44:11 +03:00
name = "marine"
2021-05-10 12:51:22 +03:00
description = "Fluence Marine command line tool"
version = "0.6.12"
2020-07-07 23:11:42 +03:00
authors = ["Fluence Labs"]
2021-05-10 12:51:22 +03:00
repository = "https://github.com/fluencelabs/marine/tools/cli"
2020-07-28 19:14:53 +03:00
license = "Apache-2.0"
2020-07-07 23:11:42 +03:00
edition = "2018"
[[bin]]
2021-05-10 12:51:22 +03:00
name = "marine"
2020-07-07 23:11:42 +03:00
path = "src/main.rs"
[dependencies]
2021-09-03 20:10:44 +03:00
marine-it-generator = { path = "../../crates/it-generator", version = "0.5.4" }
marine-it-parser = { path = "../../crates/it-parser", version = "0.6.6" }
marine-module-info-parser = { path = "../../crates/module-info-parser", version = "0.2.0" }
2021-03-16 13:51:59 +03:00
semver = "0.11.0"
walrus = "0.18.0"
2021-05-20 20:20:57 +03:00
Inflector = "0.11.4"
2020-07-09 06:21:04 +03:00
atty = "0.2.14"
thiserror = "1.0.24"
2020-07-28 19:14:53 +03:00
anyhow = "1.0.31"
check-latest = "1.0.0"
2020-07-07 23:11:42 +03:00
clap = "2.33.1"
exitfailure = "0.5.1"
2021-01-12 12:14:33 +03:00
serde = "=1.0.118"
2020-07-07 23:11:42 +03:00
serde_json = "1.0.56"
termion = "1.5.6"