From f35faddc05a72b2d6b419ba90985281d2d0bbf63 Mon Sep 17 00:00:00 2001 From: Xavier Date: Wed, 27 Sep 2023 01:37:32 -0400 Subject: [PATCH] Added missing metadata for publishing. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c420f6a..9070c89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,3 +3,6 @@ name = "simplebyteunit" authors = ["Xavier R.M."] version = "0.1.0" edition = "2021" +license = "Apache-2.0" +license-file = "LICENSE" +description = "A thin encapsulate for integer primitives to facilitate a fast, simple, yet ergonomic byteunit implementation."