vplugin-init 0.1.0

A basic command line utility to generate a basic module for VPlugin.
[dependencies.clap]
default-features = false
features = ["cargo", "std"]
version = "4.0.18"

[dependencies.console]
version = "0.15.2"

[dependencies.toml]
version = "0.5.1"

[package]
description = "A basic command line utility to generate a basic module for VPlugin."
edition = "2021"
keywords = ["vplugin", "command-line", "plugin", "module"]
license = "GPL-3.0-or-later"
name = "vplugin-init"
readme = "README.md"
version = "0.1.0"