mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
cb75c57fc0
Follow-up to #8425 . Final part - adds the CI check. Release Notes: - N/A
21 lines
401 B
TOML
21 lines
401 B
TOML
[package]
|
|
name = "time_format"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lib]
|
|
path = "src/time_format.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
lazy_static.workspace = true
|
|
sys-locale.workspace = true
|
|
time.workspace = true
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
core-foundation.workspace = true
|
|
core-foundation-sys.workspace = true
|