zed/crates/zed_actions/Cargo.toml

11 lines
178 B
TOML
Raw Normal View History

2023-11-09 16:54:05 +00:00
[package]
name = "zed_actions"
2023-11-09 16:54:05 +00:00
version = "0.1.0"
edition = "2021"
publish = false
license = "GPL-3.0-or-later"
2023-11-09 16:54:05 +00:00
[dependencies]
gpui = { path = "../gpui" }
2023-11-09 16:54:05 +00:00
serde.workspace = true