chore: establish development baseline

This commit is contained in:
2026-06-28 01:27:09 +08:00
commit dd53e3054e
131 changed files with 19327 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
[package]
name = "bat-ffi"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[lib]
crate-type = ["cdylib", "staticlib"]
[dependencies]
bat-cas-engine = { path = "../bat-cas-engine" }
bat-assetbundle = { path = "../bat-assetbundle" }
bat-patch = { path = "../bat-patch" }
anyhow.workspace = true
serde.workspace = true
serde_json.workspace = true
# FFI 绑定
libc = "0.2"
[build-dependencies]
cbindgen = "0.27"