mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
13 lines
177 B
TOML
13 lines
177 B
TOML
|
[package]
|
||
|
name = "staff_mode"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
|
||
|
[lib]
|
||
|
path = "src/staff_mode.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
gpui = { path = "../gpui" }
|
||
|
anyhow = "1.0.38"
|