Add derive feature to gourgeist (#854)

Needed to build `gourgeist` directly, probably dropped during a
refactor.
This commit is contained in:
Charlie Marsh 2024-01-09 12:46:16 -05:00 committed by GitHub
parent 7f6aa1a236
commit 31139aa88d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }