rocal-cli 0.2.3

CLI tool for Rocal - Full-Stack WASM framework
Documentation
[dependencies.clap]
features = ["cargo"]
version = "4.5.28"

[dependencies.flate2]
version = "1.0"

[dependencies.keyring]
features = ["apple-native", "windows-native", "linux-native"]
version = "3"

[dependencies.quote]
version = "1.0"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.rpassword]
version = "7.3.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.syn]
features = ["extra-traits"]
version = "2.0"

[dependencies.tar]
version = "0.4"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics"]
version = "1.13.1"

[lib]
name = "rocal_cli"
path = "src/lib.rs"

[package]
authors = ["Yoshiki Sashiyama <yoshi@rocal.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "CLI tool for Rocal - Full-Stack WASM framework"
edition = "2021"
homepage = "https://github.com/rocal-dev/rocal"
keywords = ["local-first", "web-framework", "wasm", "web"]
license = "MIT"
name = "rocal-cli"
readme = "README.md"
repository = "https://github.com/rocal-dev/rocal"
version = "0.2.3"