Update Cargo.toml

This commit is contained in:
James Zow 2022-05-13 01:30:32 +08:00 committed by GitHub
parent 75b09dd69a
commit 99d0d4987a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,12 @@ name = "rustlings"
version = "4.7.1"
authors = ["mokou <mokou@fastmail.com>", "Carol (Nichols || Goulding) <carol.nichols@gmail.com>"]
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"