Feat cni (#7)

* fmt

* 完善cni以及添加接口
This commit is contained in:
火花
2025-03-23 11:13:42 +08:00
committed by GitHub
parent c33fefa635
commit 9fa472c8c6
8 changed files with 279 additions and 14 deletions

9
crates/cni/Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[package]
name = "cni"
version = "0.1.0"
edition = "2024"
# version.workspace = true
# authors.workspace = true
[dependencies]
serde_json = "1.0"