mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 17:21:40 +03:00
0cb8b0e451
This PR cleans up some inconsistencies in the `Cargo.toml` files that were driving me crazy. Release Notes: - N/A
11 lines
178 B
TOML
11 lines
178 B
TOML
[package]
|
|
name = "zed_actions"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[dependencies]
|
|
gpui = { path = "../gpui" }
|
|
serde.workspace = true
|