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"