summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBenedict <benedict@0xb8000.de>2016-11-12 19:23:06 +0100
committerBenedict <benedict@0xb8000.de>2016-11-12 19:29:59 +0100
commite51b8220dc700eed259e4b25f23820da2683d7a5 (patch)
treebc2f9ff4924e79b77d3de5c27579aee7316e01f3 /Cargo.toml
parent2aaff9278c5011468fa5b0e7981dda4e9244377c (diff)
loc: added new flag --summaryHEADmaster
With this new flag the lines of code for each file type and the total lines of code will be printed at the end.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3ab30ca..02a5b64 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "loc"
version = "0.1.0"
-authors = ["Benedict Boerger <benedict.boerger@cs.tu-dortmund.de>"]
+authors = ["Benedict <benedict@0xb8000.de>"]
[dependencies]
clap = "2.7.0"