From 99d0d4987acc9faaf7b6c2c84de244d20f074658 Mon Sep 17 00:00:00 2001 From: James Zow Date: Fri, 13 May 2022 01:30:32 +0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index befdd6e8..5ac7e847 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,12 @@ name = "rustlings" version = "4.7.1" authors = ["mokou ", "Carol (Nichols || Goulding) "] edition = "2021" +license = "MIT" +readme = "README.md" +description = "Small exercises to get you used to reading and writing Rust code!" +documentation = "https://doc.rust-lang.org/rust-by-example/index.html" +repository = "https://github.com/rust-lang/rustlings" +homepage = "https://doc.rust-lang.org/rust-by-example/index.html" [dependencies] argh = "0.1"