feat: add abi stable crates
This commit is contained in:
12
__ffi/abi_stable_crates/interface/Cargo.toml
Normal file
12
__ffi/abi_stable_crates/interface/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "example_interface"
|
||||
version = "0.1.0"
|
||||
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
abi_stable = "0.9.1"
|
||||
serde={ version = "1.0.117", features = ["derive"] }
|
||||
arrayvec= "0.5.1"
|
||||
core_extensions={ version = "0.1.18", default_features = false, features = ["std"] }
|
||||
serde_json= "1.0.59"
|
||||
Reference in New Issue
Block a user