[package] name = "ironclaw_common" version = "0.1.0" edition = "2024" rust-version = "1.92" description = "Shared types and utilities for the IronClaw workspace" authors = ["NEAR AI "] license = "MIT OR Apache-2.0" homepage = "https://github.com/nearai/ironclaw" repository = "https://github.com/nearai/ironclaw" [package.metadata.dist] dist = false [dependencies] serde = { version = "1", features = ["derive"] } serde_json = "1"