From faab06e6af51e4e57474daf2e4bafc0a38ba3eba Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Thu, 15 Apr 2021 22:02:25 +0100 Subject: [PATCH] add license and description --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1c05b2ef..2ff0da91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "agb" version = "0.1.0" authors = ["Corwin Kuiper "] edition = "2018" +description = "Library for Game Boy Advance Development" +license = "MPLv2" [profile.dev] opt-level = 2