zed/crates/time_format/Cargo.toml
Dzmitry Malyshau cb75c57fc0
Cleanup dependencies (part 4) (#8468)
Follow-up to #8425 . Final part - adds the CI check.

Release Notes:
- N/A
2024-02-27 20:41:49 +02:00

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