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.