diff options
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1973cd3..b5bf1d5 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,10 @@ [package] name = "ilc-cli" version = "0.1.0" +description = "IRC log converter/collector/cruncher" +homepage = "https://github.com/tilpner/ilc" +license = "Apache-2.0" +repository = "https://github.com/tilpner/ilc" authors = ["Till Höppner <till@hoeppner.ws>"] [features] |