feat: add abi stable crates
This commit is contained in:
16
__ffi/abi_stable_crates/plugin_1/Cargo.toml
Normal file
16
__ffi/abi_stable_crates/plugin_1/Cargo.toml
Normal 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']
|
||||
Reference in New Issue
Block a user