From 09600e63005eba1b11403d39d3456afa882d4505 Mon Sep 17 00:00:00 2001 From: Ral Date: Sun, 2 Apr 2023 18:28:51 +0200 Subject: [PATCH] More package metadata --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 085a3fa..078c0c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,10 @@ license = "MIT" description = "Read and write EDID data over an I2C bus." keywords = ["linux"] categories = ["embedded", "hardware-support"] +readme = "readme.md" +repository = "https://codeberg.org/ral/rwedid.git" +authors = ["Ral"] +publish = false edition = "2021" [dependencies]