From c791df18e557ac2e3399218e2c94e00c16e32617 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Mon, 28 Mar 2022 22:30:18 +0100 Subject: [PATCH] Add a licence and description to agb-fixnum --- agb-fixnum/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/agb-fixnum/Cargo.toml b/agb-fixnum/Cargo.toml index f68d39eb..3011106a 100644 --- a/agb-fixnum/Cargo.toml +++ b/agb-fixnum/Cargo.toml @@ -2,6 +2,8 @@ name = "agb_fixnum" version = "0.2.0" edition = "2021" +license = "MPL-2.0" +description = "Library for abstracting over fixed precision numbers. Designed for use with the agb library for the Game Boy Advance" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html