2019-09-07 10:12:49 +00:00
|
|
|
[package]
|
|
|
|
name = "core-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = [
|
|
|
|
"Kang Seonghoon <public+rust@mearie.org>",
|
|
|
|
"Brandon W Maister <quodlibetor@gmail.com>",
|
|
|
|
]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
chrono = { path = "../..", default-features = false, features = ["serde"] }
|
2019-09-09 11:41:44 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
alloc = ["chrono/alloc"]
|