[package] name = "socketboard" version = "0.1.0" edition = "2021" license = "MIT" license-file = "LICENSE" description = "The official Rust SDK for Socketboard, a lightweight websocket variable table." homepage = "https://github.com/socketboard/rust-sdk" repository = "https://github.com/socketboard/rust-sdk" readme = "README.md" exclude = [ "tests/*", ] [dependencies] serde_json = "1.0.133"