aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e9fc07c..75e890b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,11 +11,13 @@
# will likely look very different (and much more reasonable)
[package]
+edition = "2018"
name = "shared_child"
-version = "0.3.4"
+version = "0.3.5"
authors = ["jacko"]
description = "a library for using child processes from multiple threads"
documentation = "https://docs.rs/shared_child"
+readme = "README.md"
keywords = ["command", "process", "child", "subprocess"]
categories = ["os"]
license = "MIT"