[package] name = "unity-editor-bridge" version = "0.1.0" edition = "2021" license = "UNLICENSED" publish = false description = "AGC Unity 编辑器 Attach helper 的受控原生适配器" [[bin]] name = "unity-bridge-protocol-fixture" path = "tests/support/helper_fixture.rs" test = false bench = false [dependencies] editor-adapter-api = { path = "../../../../server-rs/crates/editor-adapter-api" } serde = { version = "1", features = ["derive"] } serde_json = "1" [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.61", features = ["Win32_Foundation", "Win32_Security", "Win32_System_JobObjects", "Win32_System_Threading"] } [dev-dependencies] tempfile = "3" [workspace]