# generated file, do not edit manually [package] name = "plugin-test-plugins" version = "0.1.2" authors = ["Geoffroy Couprie "] description = "plugins crate for the plugin-test experiment" license = "MIT" # dependencies come from coalescing the metadata in plugins # if there are some dependenciespendency conflicts, maybe use # another crate as indirection? [dependencies] plugin-test-api = { version = "^0.1", path = "../plugin-api" } #nom = "^3" # directly import a plugin's crate instead of copying the code if necessary #french = "0.1"