From a119162d28f15a156385baace40b9c8f40026d75 Mon Sep 17 00:00:00 2001 From: 409 Date: Wed, 22 May 2024 22:35:59 +0200 Subject: [PATCH] updated Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 86cfddf..abdfb47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,10 @@ description = "A practical application runner" version = "0.1.0" authors = ["409"] edition = "2021" +license = "MIT" +homepage = "https://github.com/4-0-9/practical-runner" +repository = "https://github.com/4-0-9/practical-runner" +readme = "README.md" [profile.release] opt-level = "z"