From 7424207675b4dd77d4c135294829e21a2be4e1fd Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Fri, 16 Jun 2023 09:31:26 +0200 Subject: [PATCH] Add license to Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5bce219..acccd77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "lan-mouse" version = "0.1.0" edition = "2021" +license = "GPL-3.0-or-later" +license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html