From 326dbc24930eb3edbf42b1336cf5d65b84a4864a Mon Sep 17 00:00:00 2001 From: Xavier Date: Wed, 27 Sep 2023 01:41:00 -0400 Subject: [PATCH] Repository URL and README.md --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9070c89..20ef17c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "simplebyteunit" authors = ["Xavier R.M."] version = "0.1.0" edition = "2021" +readme = "README.md" +repository = "https://github.com/sapphirusberyl/simplebyteunit" license = "Apache-2.0" license-file = "LICENSE" description = "A thin encapsulate for integer primitives to facilitate a fast, simple, yet ergonomic byteunit implementation."