From 89c7e11fe6436c63af6e496d8429c68690e085c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 10 Jun 2025 09:21:32 +0300 Subject: [PATCH] (chore) Update Cargo.toml add repository field --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 553afcb..34d3cd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,9 @@ version = "0.1.13" authors = ["Will Bickford "] description = "A phext-native implementation of an operating system shell" homepage = "https://phext.io/" +repository = "https://github.com/wbic16/phext-shell/" license = "MIT" edition = "2021" [dependencies] -libphext = "0.1.9" \ No newline at end of file +libphext = "0.1.9"