From 153ce34df17fea1dcff3530131e08c4289661a21 Mon Sep 17 00:00:00 2001 From: jhaboic Date: Mon, 20 Sep 2021 18:19:02 +0200 Subject: [PATCH] update package info --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f42635f..c9e821f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "bytex" version = "0.1.0" authors = ["AMS "] edition = "2018" +description = "8bit helper functions, mostly for AVR" +repository = "https://github.com/BitFields/bytex.git" +keywords = ["8bit", "avr", "byte"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]