From 59c710a1141447718881f0f344693b28ba7cea18 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 22 Feb 2024 21:49:10 -0500 Subject: [PATCH] crates/util: add licenses to bug and bin --- crates/util/keyfork-bin/Cargo.toml | 1 + crates/util/keyfork-bug/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/crates/util/keyfork-bin/Cargo.toml b/crates/util/keyfork-bin/Cargo.toml index b1c9c5a..49f9a23 100644 --- a/crates/util/keyfork-bin/Cargo.toml +++ b/crates/util/keyfork-bin/Cargo.toml @@ -2,6 +2,7 @@ name = "keyfork-bin" version = "0.1.0" edition = "2021" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/util/keyfork-bug/Cargo.toml b/crates/util/keyfork-bug/Cargo.toml index 245e8ac..40c0a53 100644 --- a/crates/util/keyfork-bug/Cargo.toml +++ b/crates/util/keyfork-bug/Cargo.toml @@ -2,6 +2,7 @@ name = "keyfork-bug" version = "0.1.0" edition = "2021" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html