introduce ffi for easytier (#791)

This commit is contained in:
Sijie.Sun
2025-04-19 21:01:51 +08:00
committed by GitHub
parent 739b4ee106
commit ef1d81a2a1
6 changed files with 396 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
[package]
name = "easytier-ffi"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
easytier = { path = "../../easytier" }
once_cell = "1.18.0"
dashmap = "6.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"