Skip to content

Commit e15acd6

Browse files
committed
feat: add licenses metadata
1 parent 3d3f241 commit e15acd6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/alejandra_cli/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ walkdir = { version = "*" }
1616
authors = ["Kevin Amado <[email protected]>"]
1717
description = "The Uncompromising Nix Code Formatter"
1818
edition = "2021"
19+
license = "Unlicense"
1920
name = "alejandra_cli"
2021
repository = "https://github.com/kamadorueda/alejandra"
2122
version = "1.2.0"

src/alejandra_engine/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ version = "*"
3030
authors = ["Kevin Amado <[email protected]>"]
3131
description = "The Uncompromising Nix Code Formatter"
3232
edition = "2021"
33+
license = "Unlicense"
3334
name = "alejandra_engine"
3435
repository = "https://github.com/kamadorueda/alejandra"
3536
version = "1.2.0"

0 commit comments

Comments
 (0)