Skip to content

Commit

Permalink
update cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
najeal committed May 23, 2024
1 parent 6a09558 commit a71937e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
name = "rust-license"
version = "0.1.0"
edition = "2021"
authors = ["nathan haim"]
license = "Apache-2.0"
description = "rust tool to check, remove or apply license header to rust files"
readme = "README.md"
homepage = "https://github.com/najeal/rust-license"
repository = "https://github.com/najeal/rust-license"
keywords = ["tool", "header", "license", "rust", "cli"]
categories = ["command-line-utilities"]


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

0 comments on commit a71937e

Please sign in to comment.