diff --git a/Cargo.toml b/Cargo.toml index 0e8b7146..9784ea8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "rusttop" +name = "rustop" version = "0.1.0" authors = ["ClementTsang "] edition = "2018" diff --git a/README.md b/README.md index 4aeeecea..ca2c9fe3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# rusttop +# rustop A gotop clone, written in Rust. Mostly done in an effort to learn Rust, while also potentially making a tool that people might want to use.