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]