ce-cli 0.1.0

A command line tool for building and managing Liferay remote app projects.
[dependencies.clap]
default-features = false
features = ["derive", "std", "help", "usage"]
version = "4.1.4"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.152"

[dependencies.serde_json]
version = "1.0.91"

[dependencies.serde_yaml]
version = "0.9.17"

[dependencies.yaml-rust]
version = "0.4.5"

[package]
authors = ["Brian Heise <brian.heise@liferay.com>"]
description = "A command line tool for building and managing Liferay remote app projects."
documentation = "https://github.com/bnheise/ce-cli/blob/main/README.md"
edition = "2021"
homepage = "https://github.com/bnheise/ce-cli/"
keywords = ["Liferay", "client-extensions", "cli"]
license = "MIT OR Apache-2.0"
name = "ce-cli"
readme = "README.md"
repository = "https://github.com/rust-lang/cargo/"
rust-version = "1.66.1"
version = "0.1.0"