From d061ea3691db2af2710b9ccdf638a01c02e31681 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sun, 12 May 2024 00:09:07 +0200 Subject: [PATCH] add metadata --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e7ed4de..fb2d568 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "servicepoint2" version = "0.1.0" edition = "2021" +license-file = "LICENSE" +description = "A rust library for the CCCB Service Point Display." +homepage = "https://github.com/kaesaecracker/servicepoint" +repository = "https://github.com/kaesaecracker/servicepoint" +readme = "README.md" [dependencies] num = "0.4"