[package] name = "wj_serial111" version = "0.1.1" edition = "2018" description = "This is a test project for wangjie" repository = "https://gitee.com/wj_test1/serial.git" readme = "README.md" keywords = ["test"] license = "MIT" authors = ["opensourcewj"] include = [ "**/*.rs", "Cargo.toml", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [workspace] members = [ "qinghai" ]