From ea3277c3510768c13a84a740b6497f1e5d26be30 Mon Sep 17 00:00:00 2001 From: Johannes Leupolz Date: Fri, 31 Oct 2025 19:56:54 +0000 Subject: [PATCH] Updated documentation for release readiness --- vuinputd/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/vuinputd/Cargo.toml b/vuinputd/Cargo.toml index b252cd7..5efd8dd 100644 --- a/vuinputd/Cargo.toml +++ b/vuinputd/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Johannes Leupolz "] license = "MIT" description = "Container-safe mediation daemon for /dev/uinput using CUSE." repository = "https://github.com/joleuger/vuinputd" +readme = "../README.md" [dependencies] uinput-ioctls = { path = "../uinput-ioctls", version = "0.1" }