From e15acd6eb66853cd202f94b1c44dd45a650e1632 Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Mon, 25 Apr 2022 14:14:32 -0600 Subject: [PATCH] feat: add licenses metadata --- src/alejandra_cli/Cargo.toml | 1 + src/alejandra_engine/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/src/alejandra_cli/Cargo.toml b/src/alejandra_cli/Cargo.toml index 91177f9..d6c3adb 100644 --- a/src/alejandra_cli/Cargo.toml +++ b/src/alejandra_cli/Cargo.toml @@ -16,6 +16,7 @@ walkdir = { version = "*" } authors = ["Kevin Amado "] description = "The Uncompromising Nix Code Formatter" edition = "2021" +license = "Unlicense" name = "alejandra_cli" repository = "https://github.com/kamadorueda/alejandra" version = "1.2.0" diff --git a/src/alejandra_engine/Cargo.toml b/src/alejandra_engine/Cargo.toml index db54187..cbf1374 100644 --- a/src/alejandra_engine/Cargo.toml +++ b/src/alejandra_engine/Cargo.toml @@ -30,6 +30,7 @@ version = "*" authors = ["Kevin Amado "] description = "The Uncompromising Nix Code Formatter" edition = "2021" +license = "Unlicense" name = "alejandra_engine" repository = "https://github.com/kamadorueda/alejandra" version = "1.2.0"