From ca33e5007cc26724be623c83e36f0bda6345ffd3 Mon Sep 17 00:00:00 2001 From: ryan Date: Sat, 13 Jan 2024 12:59:25 -0500 Subject: [PATCH] keyfork-zbar{,-sys}: add licenses --- keyfork-zbar-sys/Cargo.toml | 2 ++ keyfork-zbar/Cargo.toml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/keyfork-zbar-sys/Cargo.toml b/keyfork-zbar-sys/Cargo.toml index 9ff1abf..22a2f49 100644 --- a/keyfork-zbar-sys/Cargo.toml +++ b/keyfork-zbar-sys/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "keyfork-zbar-sys" version = "0.1.0" +repository = "https://git.distrust.co/public/keyfork" edition = "2021" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/keyfork-zbar/Cargo.toml b/keyfork-zbar/Cargo.toml index 3e9f1f2..ad3c37a 100644 --- a/keyfork-zbar/Cargo.toml +++ b/keyfork-zbar/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "keyfork-zbar" version = "0.1.0" +repository = "https://git.distrust.co/public/keyfork" edition = "2021" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html