From 6c0a578efad686e80e7aa6ee8a29b04e612f6bc4 Mon Sep 17 00:00:00 2001 From: Kotauskas Date: Wed, 5 Aug 2020 14:25:37 +0300 Subject: [PATCH] Fixed crate metadata --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cd92f790..a638f693 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,15 @@ [package] name = "interprocess" -version = "0.1.0" +version = "0.1.1" authors = ["Kotauskas "] edition = "2018" license = "MIT" +readme = "README.md" +documentation = "https://docs.rs/interprocess" +repository = "https://github.com/kotauskas/interprocess" description = "Interprocess communication toolkit" -categories = ["os", "os::unix_apis", "os::windows_apis"] +categories = ["os", "os::unix-apis", "os::windows-apis"] keywords = ["ipc", "shared_memory", "pipe", "mailslot", "unix_domain_socket"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html