summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-11-01 17:47:33 +0100
committersharkdp <davidpeter@web.de>2018-11-01 17:52:30 +0100
commitc602b8581d8edc6391b85292295fe01e482ea934 (patch)
tree1edcfb0303399718423ee0d5e4b8f5570b41d6dd /Cargo.toml
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..6bccad9
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,18 @@
+[package]
+authors = ["David Peter <mail@david-peter.de>"]
+categories = ["command-line-utilities"]
+homepage = "https://github.com/sharkdp/dup"
+name = "dup"
+license = "MIT/Apache-2.0"
+readme = "README.md"
+repository = "https://github.com/sharkdp/dup"
+version = "0.1.0"
+
+[dependencies]
+ignore = "0.4.3"
+num_cpus = "1.0"
+humansize = "1.1"
+
+[profile.release]
+lto = true
+codegen-units = 1