[package] name = "base-station" version = "0.1.0" authors = ["Mathias Gottschlag "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] linux-embedded-hal = "0.3" embedded-nrf24l01 = { git = "https://github.com/astro/embedded-nrf24l01.git" } embedded-hal = "0.2.3" mqtt-protocol = "0.8" env_logger = "0.7" log = "0.4" thiserror = "1.0" protocol = { path = "../../common/rust-protocol" }