From 951a240b18fd98f202b0e0ecf3b8a57ad5206778 Mon Sep 17 00:00:00 2001 From: Auyer Date: Sat, 18 Feb 2023 02:19:35 -0300 Subject: [PATCH] Adds link to readme (for crates.io) --- libprotonup/Cargo.toml | 1 + protonup-rs/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/libprotonup/Cargo.toml b/libprotonup/Cargo.toml index 7c20958..2f05a9d 100644 --- a/libprotonup/Cargo.toml +++ b/libprotonup/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" authors = ["Auyer "] repository = "https://github.com/auyer/protonup-rs" license = "Apache-2.0" +readme = "../README.md" description = "Library for Custom Proton Download and installation" diff --git a/protonup-rs/Cargo.toml b/protonup-rs/Cargo.toml index ef1a07d..3fd5db6 100644 --- a/protonup-rs/Cargo.toml +++ b/protonup-rs/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" authors = ["Auyer "] repository = "https://github.com/auyer/protonup-rs" license = "Apache-2.0" +readme = "../README.md" description = "TUI Program for Custom Proton Download and installation written in rust"