1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-08-02 21:47:48 +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>"] authors = ["Kevin Amado <kamadorueda@gmail.com>"]
description = "The Uncompromising Nix Code Formatter" description = "The Uncompromising Nix Code Formatter"
edition = "2021" edition = "2021"
license = "Unlicense"
name = "alejandra_cli" name = "alejandra_cli"
repository = "https://github.com/kamadorueda/alejandra" repository = "https://github.com/kamadorueda/alejandra"
version = "1.2.0" version = "1.2.0"

View file

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