plugin-system 0.1.1

A Rust project plugin management system using Cargo
Documentation
[dependencies.proc-macro2]
version = "0.4.30"

[dependencies.quote]
version = "0.6.13"

[dependencies.syn]
features = ["full"]
version = "0.15.42"

[lib]
proc-macro = true

[package]
authors = ["SOFe <sofe2038@gmail.com>"]
description = "A Rust project plugin management system using Cargo"
edition = "2018"
homepage = "https://github.com/SOF3/plugin-system"
license = "Apache-2.0"
name = "plugin-system"
repository = "https://github.com/SOF3/plugin-system.git"
version = "0.1.1"