[package] name = "smart_house" version = "0.2.2" edition = "2021" authors = ["Zhuravlev Maksim "] description = "It's a simple library to course OTUS Rust developer" license = "MIT OR Apache-2.0" rust-version = "1.56" readme = "README.md" repository = "https://github.com/zhuravlevma/smart-house-lib" keywords = ["smart_house", "house"] homepage = "https://github.com/zhuravlevma" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.30" simple-log = "1.4.0" udp_wrapper = "0.1.0" tcp_wrapper = "0.1.0"