[package] name = "plugin-runtime" version = "0.1.1" authors = ["SOFe "] edition = "2018" license = "Apache-2.0" repository = "https://github.com/SOF3/plugin-system.git" homepage = "https://github.com/SOF3/plugin-system" description = "Runtime dependency for plugin-system" [dependencies] plugin-runtime-codegen = {version = "0.1.1", path = "../plugin-runtime-codegen"} state = "0.4.1" typemap = "0.3.3"