cargo-cxx 0.1.0

CXX Pakcage Manager
Documentation
[[bin]]
name = "cargo-cxx"
path = "src/main.rs"
[dependencies.argparse]
version = "0.2.2"

[dependencies.cmake]
version = "0.1"

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

[package]
authors = ["Rui <2221870259@qq.com>"]
description = "CXX Pakcage Manager"
edition = "2018"
homepage = "https://github.com/ray-cast/cargo-cxx"
keywords = ["cxx", "build", "plugin", "package", "manager"]
license = "GPL-3.0-only"
name = "cargo-cxx"
repository = "https://github.com/ray-cast/cargo-cxx.git"
version = "0.1.0"