summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-10-28 15:44:21 +0200
committerLars Wirzenius <liw@liw.fi>2018-10-28 15:44:21 +0200
commitaa51e17f0252da3760bdf7b3e883a1955f9ce8dd (patch)
treec159079ef777b9b5621eb8bf6c5f9f00ec77367e /Cargo.toml
downloadicktool-rs-aa51e17f0252da3760bdf7b3e883a1955f9ce8dd.tar.gz
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..ddb21bd
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "icktool-rs"
+version = "0.1.0"
+authors = ["Lars Wirzenius <liw@liw.fi>"]
+
+[dependencies]
+clap = {version = "2.32.0", features = ["yaml"]}
+