From 531aae29dddf7252f358a87449446aa13d4c48df Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Tue, 20 Jul 2021 21:59:43 +0800 Subject: [PATCH] chore: add description --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3194708..4611c0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,9 @@ name = "runrs" version = "0.1.0" edition = "2018" -license = "Apache 2.0" +license = "MIT/Apache-2.0" description = "Run Rust Scripts" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html