From 87142959ed7a05cfcc3fb56610303aec9742fbfc Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 24 Jul 2022 12:24:01 +0200 Subject: [PATCH] Add README field to Cargo.toml Signed-off-by: trivernis --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5843e96..b1fffa9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ description = "An async wrapper for aur RPC calls" authors = ["trivernis "] license = "Apache-2.0" repository = "https://github.com/trivernis/aur-rpc" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html