From a7680240a11795a1b3f554e9d4fcdd6a6d201fc2 Mon Sep 17 00:00:00 2001 From: Sebastian Geisler Date: Sat, 24 Apr 2021 17:17:12 +0200 Subject: [PATCH] link readme in manifest --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb80efa..fde076e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,11 +4,12 @@ description = "Cargo subcommand to build rust projects remotely" keywords = ["remote", "build"] categories = ["command-line-utilities", "development-tools::build-utils", "development-tools::cargo-plugins"] maintenance = { status = "experimental" } -version = "0.1.2" +version = "0.2.0" authors = ["Sebastian Geisler "] license = "MIT" repository = "https://github.com/sgeisler/cargo-remote" edition = "2018" +readme = "README.md" [dependencies] structopt = "0.2.18"