[package] name = "test_fullapi_proxy_rust" version = "1.0.0" edition = "2021" # Standalone crate — the empty table keeps cargo from adopting any workspace it # finds in a parent directory. [workspace] [lib] crate-type = ["staticlib"] [dependencies] serde_json = "1" # The builder stages its own logos-rust-sdk source next to the crate at build time. logos-rust-sdk = { path = "../logos-rust-sdk-src" }