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"