From 7f6da12ee14efed3d7e8988abea382adb6c76442 Mon Sep 17 00:00:00 2001 From: Niklas Kapelle Date: Mon, 15 Dec 2025 21:36:43 +0100 Subject: [PATCH] added metadata to Cargo.toml --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1c63605..8e7da53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "as7265x" version = "0.1.0" edition = "2024" +license = "Apache-2.0" +description = "Driver for the AS7265x" +readme = "README.md" +repository = "https://git.kapelle.org/niklas/as7265x-rust" +homepage = "https://git.kapelle.org/niklas/as7265x-rust" [dependencies] embedded-hal = "1.0.0"