mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-09 21:26:14 +03:00
0a0a866dd5
Release Notes: - N/A
14 lines
277 B
TOML
14 lines
277 B
TOML
[package]
|
|
name = "zed_actions"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
gpui = { path = "../gpui" }
|
|
serde.workspace = true
|