1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

feat: add licenses metadata

This commit is contained in:
Kevin Amado 2022-04-25 14:14:32 -06:00
parent 3d3f24127a
commit e15acd6eb6
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@ walkdir = { version = "*" }
authors = ["Kevin Amado <kamadorueda@gmail.com>"]
description = "The Uncompromising Nix Code Formatter"
edition = "2021"
license = "Unlicense"
name = "alejandra_cli"
repository = "https://github.com/kamadorueda/alejandra"
version = "1.2.0"

View file

@ -30,6 +30,7 @@ version = "*"
authors = ["Kevin Amado <kamadorueda@gmail.com>"]
description = "The Uncompromising Nix Code Formatter"
edition = "2021"
license = "Unlicense"
name = "alejandra_engine"
repository = "https://github.com/kamadorueda/alejandra"
version = "1.2.0"