2019-07-26 08:09:01 +00:00
|
|
|
[package]
|
|
|
|
name = "reading-hardware"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Claus Matzinger <claus.matzinger+kb@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2019-08-30 13:54:55 +00:00
|
|
|
tokio = "0.1"
|
|
|
|
tokio-timer = "0.2"
|
|
|
|
rand = "0.5"
|