mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-30 22:34:41 +03:00
0cb8b0e451
This PR cleans up some inconsistencies in the `Cargo.toml` files that were driving me crazy. Release Notes: - N/A
14 lines
192 B
TOML
14 lines
192 B
TOML
[package]
|
|
name = "clock"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lib]
|
|
path = "src/clock.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
smallvec.workspace = true
|