mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 18:41:10 +00:00
1982a8c27d
This way, the `clock` crate doesn't depend on the `rpc` crate. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
11 lines
174 B
TOML
11 lines
174 B
TOML
[package]
|
|
name = "clock"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/clock.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
smallvec = { version = "1.6", features = ["union"] }
|