From b5206c40a668a3ccd6f3457eb709b89220bc5c6b Mon Sep 17 00:00:00 2001 From: networkException Date: Thu, 9 Nov 2023 22:58:53 +0100 Subject: [PATCH] Cargo: Add crate metadata --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5e213e7..e3bb4c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "random-file" version = "0.1.0" edition = "2021" +authors = [ "networkException " ] +license = "BSD-2-Clause" +repository = "https://gitlab.upi.li/networkException/random-file" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html