[package] name = "anachro-client" version = "0.1.0" description = "The Client Library for Anachro-PC" repository = "https://github.com/jamesmunns/anachro" authors = ["James Munns "] edition = "2018" readme = "README.md" categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" [dependencies] anachro-icd = { version = "0.1.2", path = "../anachro-icd" } postcard = "0.5" [dependencies.serde] version = "1.0.114" default-features = false features = ["derive"]