zed/crates/zed_actions/Cargo.toml

14 lines
309 B
TOML
Raw Normal View History

2023-11-09 19:54:05 +03:00
[package]
name = "zed_actions"
2023-11-09 19:54:05 +03:00
version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
license-file = "../../LICENSE-AGPL"
2023-11-09 19:54:05 +03:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gpui = { path = "../gpui" }
2023-11-09 19:54:05 +03:00
serde.workspace = true