zed/crates/zed_actions/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
198 B
TOML
Raw Permalink 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 = "GPL-3.0-or-later"
[lints]
workspace = true
2023-11-09 19:54:05 +03:00
[dependencies]
gpui.workspace = true
2023-11-09 19:54:05 +03:00
serde.workspace = true