From a89cb24c8609e6d82a7f34c1945443776bd71a02 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 4 Aug 2024 03:19:55 +0200 Subject: [PATCH] Cargo.toml: add some metadata --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8686ca6..3f52df7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "greg-ng" version = "0.1.0" edition = "2021" +license = "MIT" +authors = ["oysteikt@pvv.ntnu.no"] +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html