feat: add abi stable crates

This commit is contained in:
2020-12-27 14:43:46 +08:00
parent cd4a02f513
commit 8d34b85a9c
21 changed files with 3072 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[package]
name = "example_plugin_utils"
version = "0.1.0"
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
edition = "2018"
[dependencies]
abi_stable = "0.9.1"
core_extensions={ version = "0.1.18", default_features = false, features = ["std"] }
serde={ version = "1.0.117", features = ["derive"] }
serde_json = { version = "1.0.59", features = ["raw_value"] }
example_interface={ version="0.1", path="../interface"}
[lib]
name = "example_plugin_utils"
crate-type = ["cdylib",'rlib']