moonfire-nvr/base/Cargo.toml

19 lines
287 B
TOML
Raw Normal View History

[package]
name = "moonfire-base"
version = "0.0.1"
authors = ["Scott Lamb <slamb@slamb.org>"]
readme = "../README.md"
[features]
nightly = []
[lib]
path = "lib.rs"
[dependencies]
failure = "0.1.1"
libc = "0.2"
log = "0.4"
2018-12-01 18:20:19 -05:00
parking_lot = { version = "0.7", features = [] }
time = "0.1"