aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Höppner2016-01-23 23:32:54 +0100
committerTill Höppner2016-01-23 23:32:54 +0100
commit17af9b65cc75ddc15091d1f3a4365c13336cceb7 (patch)
tree0f30d946cf3214647f3896f9fe4dc07b8b05dba6 /Cargo.toml
parentee96e7d79ef9e5505a2b7440cd5dc544da23540d (diff)
downloadilc-17af9b65cc75ddc15091d1f3a4365c13336cceb7.tar.gz
ilc-17af9b65cc75ddc15091d1f3a4365c13336cceb7.tar.xz
ilc-17af9b65cc75ddc15091d1f3a4365c13336cceb7.zip
Add seen command
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7f0e2a7..2bae613 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,10 @@
[package]
name = "ilc"
-version = "0.1.0"
+description = "IRC log converter/collector/cruncher"
+homepage = "https://github.com/tilpner/ilc"
+repository = "https://github.com/tilpner/ilc"
+version = "0.1.1"
license = "Apache-2.0"
authors = ["Till Hoeppner <till@hoeppner.ws>"]