diff options
author | Till Höppner | 2016-10-02 06:02:26 +0200 |
---|---|---|
committer | Till Höppner | 2016-10-02 18:13:10 +0200 |
commit | e6ca174625c1bebf85765f595bb58a3a212329d6 (patch) | |
tree | f495af0c9a0f20f1c10b3e196fec73dbf2534aa6 /Cargo.toml | |
download | cpuline-e6ca174625c1bebf85765f595bb58a3a212329d6.tar.gz cpuline-e6ca174625c1bebf85765f595bb58a3a212329d6.tar.xz cpuline-e6ca174625c1bebf85765f595bb58a3a212329d6.zip |
Initial commit.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
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" |