Added a license field to cargo.toml
parent
92935c7d44
commit
6c474164fd
|
@ -8,6 +8,7 @@ authors = ["Wynd <wyndftw@proton.me>"]
|
||||||
description = "A simple and customizable heatmap for git repos"
|
description = "A simple and customizable heatmap for git repos"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://git.pixelatedw.xyz/wynd/git-heatmap"
|
repository = "https://git.pixelatedw.xyz/wynd/git-heatmap"
|
||||||
|
license = "MIT"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
@ -30,4 +31,4 @@ incremental = true
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
strip = true
|
strip = true
|
||||||
lto = true
|
lto = true
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
|
Loading…
Reference in New Issue