mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Fix binary name for extension CLI (#9591)
This PR fixes the binary name for the extension CLI. This was originally done in #9541, but got accidentally reverted in #9549. Release Notes: - N/A
This commit is contained in:
parent
59bc81d1bc
commit
3a2eb12f68
@ -8,6 +8,10 @@ license = "GPL-3.0-or-later"
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[[bin]]
|
||||
name = "zed-extension"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
clap = { workspace = true, features = ["derive"] }
|
||||
|
Loading…
Reference in New Issue
Block a user