From fe7ffd454f066dafcecb35d72dfcfbab387925ec Mon Sep 17 00:00:00 2001 From: Simon Gellis Date: Thu, 19 Dec 2024 22:33:58 -0500 Subject: [PATCH] Add license/repository link --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c2ac868..af3f877 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,8 @@ [package] name = "lemur" description = "An emulator for the Virtual Boy." +repository = "https://git.virtual-boy.com/PVB/lemur" +license = "MIT" version = "0.1.0" edition = "2021"