vx-tool-standard 0.4.0

Standard interfaces and utilities for vx tool implementations
Documentation
[dependencies.anyhow]
version = "1.0"

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

[dependencies.vx-core]
version = "0.4.0"

[dependencies.vx-installer]
version = "0.4.0"

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

[package]
authors = ["Hal <hal.long@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Standard interfaces and utilities for vx tool implementations"
edition = "2021"
homepage = "https://github.com/loonghao/vx"
keywords = ["version", "manager", "development", "tools", "cli"]
license = "MIT"
name = "vx-tool-standard"
readme = "README.md"
repository = "https://github.com/loonghao/vx"
rust-version = "1.80.0"
version = "0.4.0"