view rust/Cargo.toml @ 632:bde302def78e rust

moving to riker, nowhere near yet
author Matt Johnston <matt@ucc.asn.au>
date Thu, 22 Aug 2019 23:59:50 +0800
parents c57821a60e51
children 490e9e15b98c
line wrap: on
line source

[package]
name = "wort-templog"
version = "0.1.0"
authors = ["Matt Johnston <[email protected]>"]
edition = "2018"

[dependencies]
serde = "0.9"
serde_derive = "0.9"
rand = "0.3"
log = "0.3"
env_logger = "0.3"
docopt = "0.7"
rustc-serialize = "0.3"
time = "0.1"
lazy_static = "0.2"
regex = "0.2"
toml = "0.3"
hyper = "0.12"
serde_json = "0.9"
base64 = "0.4"
libc = "0.2"
atomicwrites = "0.1"
riker = "0.3"

[target.'cfg(target_os = "linux")'.dependencies]
sysfs_gpio = "0.5"