plugin-test-plugins 0.1.0

plugins crate for the plugin-test experiment
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# generated file, do not edit manually

[package]
name = "plugin-test-plugins"
version = "0.1.0"
authors = ["Geoffroy Couprie <geo.couprie@gmail.com>"]
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", paths = "../plugin-api" }
#nom = "^3"

# directly import a plugin's crate instead of copying the code if necessary
#french = "0.1"