mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-09 00:50:04 +03:00
0e55f0ccaa
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
12 lines
184 B
TOML
12 lines
184 B
TOML
[package]
|
|
name = "clock"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/clock.rs"
|
|
|
|
[dependencies]
|
|
smallvec = { version = "1.6", features = ["union"] }
|
|
rpc = { path = "../rpc" }
|