unmp-link-serial 0.7.0

serial link for unmp
Documentation
[package]

name = "unmp-link-serial"

version = "0.7.0"

authors = ["rise0chen <rise0chen@163.com>"]

description = "serial link for unmp"

documentation = "https://docs.rs/unmp-link-serial"

homepage = "https://unmp.crise.cn"

repository = "https://gitee.com/unmp/unmp.example.rust.git"

readme = "./README.md"

keywords = ["unmp", "iot", "link", "serial"]

categories = ["embedded"]

license-file = "LICENSE"

edition = "2018"



[dependencies]

task-stream = {version = "^0.3.0"}

spin= { version = "0.9", features = ["std"] }

log = { version = "0.4", default-features = false }

serial = { version = "0.4" }

eds = "0.4"

unmp = { version = "0.7", path = "../unmp" }

unmp-link = { version = "0.7", path = "../unmp-link" }