From 49879f96745c87dc197caf1b78bde28e3d12c5ab Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Sun, 26 Apr 2020 16:20:08 +0000 Subject: [PATCH] Add readme to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 57759d6..9ee1e45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.5.2" authors = ["Ferran Basora "] description = "Drill is a HTTP load testing application written in Rust inspired by Ansible syntax" repository = "https://github.com/fcsonline/drill" +readme = "README.md" keywords = ["performance", "http", "ansible", "jmeter"] license = "GPL-3.0" edition = "2018"