mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-27 15:45:55 -05:00
428f5a3ba4
cursive & rusqlite are more significant; I'll do those separately
20 lines
304 B
TOML
20 lines
304 B
TOML
[package]
|
|
name = "moonfire-base"
|
|
version = "0.0.1"
|
|
authors = ["Scott Lamb <slamb@slamb.org>"]
|
|
readme = "../README.md"
|
|
edition = "2018"
|
|
|
|
[features]
|
|
nightly = []
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
failure = "0.1.1"
|
|
libc = "0.2"
|
|
log = "0.4"
|
|
parking_lot = { version = "0.8", features = [] }
|
|
time = "0.1"
|