Skip to content

Commit

Permalink
Fixed crate metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kotauskas committed Aug 5, 2020
1 parent 464fcb8 commit 6c0a578
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[package]
name = "interprocess"
version = "0.1.0"
version = "0.1.1"
authors = ["Kotauskas <[email protected]>"]
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
Expand Down

0 comments on commit 6c0a578

Please sign in to comment.