view rust/Cargo.toml @ 633:490e9e15b98c rust

move some bits to riker
author Matt Johnston <matt@ucc.asn.au>
date Wed, 04 Sep 2019 23:24:13 +0800
parents bde302def78e
children a5721c02d3ee
line wrap: on
line source

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

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

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