From a1923e198c42be8040f56acdb9572875e72832bf Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Tue, 3 Sep 2019 23:27:25 -0400 Subject: Setup. --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 00000000..2bd217db --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "rusttop" +version = "0.1.0" +authors = ["ClementTsang "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +sysinfo = "0.9.2" -- cgit v1.2.3