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" }