diff options
author | Till Höppner | 2016-01-23 23:32:54 +0100 |
---|---|---|
committer | Till Höppner | 2016-01-23 23:32:54 +0100 |
commit | 17af9b65cc75ddc15091d1f3a4365c13336cceb7 (patch) | |
tree | 0f30d946cf3214647f3896f9fe4dc07b8b05dba6 /Cargo.toml | |
parent | ee96e7d79ef9e5505a2b7440cd5dc544da23540d (diff) | |
download | ilc-17af9b65cc75ddc15091d1f3a4365c13336cceb7.tar.gz ilc-17af9b65cc75ddc15091d1f3a4365c13336cceb7.tar.xz ilc-17af9b65cc75ddc15091d1f3a4365c13336cceb7.zip |
Add seen command
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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>"] |