From fc3f6d6df917f261028636fa28ad24a472933a19 Mon Sep 17 00:00:00 2001 From: Matt Johnston <matt@ucc.asn.au> Date: Fri, 23 Sep 2022 00:07:48 +0800 Subject: [PATCH] Add license-file to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 20faf38..7738970 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" description = "A SSH library suitable for embedded and larger programs" repository = "https://github.com/mkj/sunset" categories = ["network-programming", "no-std"] +license-file = "LICENSE" keywords = ["ssh"] [workspace] -- GitLab