2018-03-04 12:24:24 -08:00
|
|
|
[package]
|
|
|
|
name = "moonfire-base"
|
|
|
|
version = "0.0.1"
|
|
|
|
authors = ["Scott Lamb <slamb@slamb.org>"]
|
|
|
|
readme = "../README.md"
|
2018-12-28 12:21:49 -06:00
|
|
|
edition = "2018"
|
2021-02-17 13:28:48 -08:00
|
|
|
license-file = "../../LICENSE.txt"
|
2018-03-04 12:24:24 -08:00
|
|
|
|
|
|
|
[features]
|
|
|
|
nightly = []
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
failure = "0.1.1"
|
2019-09-26 06:09:27 -07:00
|
|
|
lazy_static = "1.0"
|
2018-03-04 12:24:24 -08:00
|
|
|
libc = "0.2"
|
|
|
|
log = "0.4"
|
2020-11-23 22:46:05 -08:00
|
|
|
parking_lot = { version = "0.11.1", features = [] }
|
2020-11-23 00:23:03 -08:00
|
|
|
nom = "6.0.0"
|
2018-03-04 12:24:24 -08:00
|
|
|
time = "0.1"
|