mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-28 21:42:01 +00:00
15 lines
299 B
TOML
15 lines
299 B
TOML
[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"] }
|
|
|
|
[features]
|
|
alloc = ["chrono/alloc"]
|