summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2019-09-03 23:27:25 -0400
committerClementTsang <clementjhtsang@gmail.com>2019-09-03 23:27:25 -0400
commita1923e198c42be8040f56acdb9572875e72832bf (patch)
treead855d7b6acba5c93852f1e3a829b5273c1de45e /Cargo.toml
parent0cfcf323a1dba844758e01314b923d0d8665554a (diff)
Setup.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
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 <clementjhtsang@gmail.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+sysinfo = "0.9.2"