diff options
Diffstat (limited to 'base/Cargo.toml')
-rw-r--r-- | base/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml index 539990b..0f124bf 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -1,6 +1,10 @@ [package] name = "ilc-base" 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>"] [dependencies] |