From 816945adff0b72fde8500f35e61775b027cdb688 Mon Sep 17 00:00:00 2001 From: Nilstrieb Date: Tue, 19 Oct 2021 21:51:49 +0200 Subject: [PATCH] additional data --- Cargo.toml | 7 +++---- README.md | 2 ++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f653133..ef73322 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition = "2018" description = "A simple extension to the Rust standard library for exercises" keywords = ["beginner", "help"] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] +license = "MIT" +homepage = "https://github.com/Nilstrieb/simple-std/" +repository = "https://github.com/Nilstrieb/simple-std/" diff --git a/README.md b/README.md index c454caa..04b1a29 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # note: this is for practicing rust only, do not use this in actual production programs! +really, don't. + simple-std is a little extension to the standard library, providing additional helpers for getting input or creating random numbers.