Skip to content

Commit

Permalink
Add license-file to Cargo config
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Jul 25, 2024
1 parent bc6c4f2 commit 272e63b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"
repository = "https://github.com/sirbrillig/grepdef"
homepage = "https://github.com/sirbrillig/grepdef"
description = "Quick search for symbol definitions in various programming languages"
license-file = "LICENSE"

[dependencies]
clap = { version = "4.5.9", features = ["derive"] }
Expand Down

0 comments on commit 272e63b

Please sign in to comment.