mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Add derive feature to gourgeist
(#854)
Needed to build `gourgeist` directly, probably dropped during a refactor.
This commit is contained in:
parent
7f6aa1a236
commit
31139aa88d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ puffin-interpreter = { path = "../puffin-interpreter" }
|
|||
|
||||
anstream = { workspace = true }
|
||||
camino = { workspace = true }
|
||||
clap = { workspace = true }
|
||||
clap = { workspace = true, features = ["derive"] }
|
||||
fs-err = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue