[package] name = "ble-mesh" version = "0.1.1" authors = ["Mattia Fiumara "] license = "Apache-2.0" edition = "2018" description = "A rust bluetooth mesh implementation, designed for interoperability with other bluetooth mesh stacks." readme = "README.md" repository = "https://github.com/mfiumara/ble-mesh" [dependencies] # Dependencies that we might need # serde = "*" # async_std = "*" # rand = "*"