mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
9 lines
157 B
TOML
9 lines
157 B
TOML
|
[package]
|
||
|
name = "clock"
|
||
|
version = "0.1.0"
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
smallvec = { version = "1.6", features = ["union"] }
|
||
|
zrpc = { path = "../zrpc" }
|