summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Höppner2016-10-02 06:02:26 +0200
committerTill Höppner2016-10-02 18:13:10 +0200
commite6ca174625c1bebf85765f595bb58a3a212329d6 (patch)
treef495af0c9a0f20f1c10b3e196fec73dbf2534aa6 /Cargo.toml
downloadcpuline-e6ca174625c1bebf85765f595bb58a3a212329d6.tar.gz
cpuline-e6ca174625c1bebf85765f595bb58a3a212329d6.tar.xz
cpuline-e6ca174625c1bebf85765f595bb58a3a212329d6.zip
Initial commit.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..d814d6b
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+authors = ["Till Höppner <till@hoeppner.ws>"]
+name = "cpuline"
+version = "0.1.0"
+
+[dependencies]
+clap = "2.13.0"
+num = "0.1.36"