From cd61ba811cb21b9e35cdd1eac68876924b3006b4 Mon Sep 17 00:00:00 2001 From: Patrice Billaut Date: Sun, 5 Jan 2020 22:31:14 +0100 Subject: [PATCH] Add missing readme reference to cargo.toml --- bastion-utils/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bastion-utils/Cargo.toml b/bastion-utils/Cargo.toml index 69dfd0a3..6c8ee285 100644 --- a/bastion-utils/Cargo.toml +++ b/bastion-utils/Cargo.toml @@ -11,6 +11,7 @@ categories = ["concurrency", "asynchronous"] homepage = "https://github.com/bastion-rs/bastion" repository = "https://github.com/bastion-rs/bastion" documentation = "https://docs.rs/bastion" +readme = "README.md" license = "Apache-2.0/MIT" edition = "2018"