[dependencies.serde]
features = ["derive"]
version = "1.0"
[lib]
name = "plugin_api"
path = "src/lib.rs"
[package]
authors = ["Teck <teckmillion17@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A blazing fast package manager and CLI tool."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "plugin_api"
readme = "README.md"
repository = "https://github.com/nom-nom-hub/boltpm"
resolver = "1"
version = "0.1.1"
[[test]]
name = "basic"
path = "tests/basic.rs"