mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
11 lines
180 B
TOML
11 lines
180 B
TOML
|
[package]
|
||
|
name = "release_channel"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
license = "GPL-3.0-or-later"
|
||
|
|
||
|
[dependencies]
|
||
|
gpui = { path = "../gpui" }
|
||
|
once_cell = "1.19.0"
|