From cd15d4f8de1ee9bc6d00fb0a08659ca2c74d2e2d Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Thu, 25 Feb 2016 06:58:22 +0100 Subject: Update Cargo.toml files with more metadata --- formats/binary/Cargo.toml | 4 ++++ formats/energymech/Cargo.toml | 4 ++++ formats/irssi/Cargo.toml | 4 ++++ formats/msgpack/Cargo.toml | 4 ++++ formats/weechat/Cargo.toml | 4 ++++ 5 files changed, 20 insertions(+) (limited to 'formats') diff --git a/formats/binary/Cargo.toml b/formats/binary/Cargo.toml index a4dc9e7..828fa1f 100644 --- a/formats/binary/Cargo.toml +++ b/formats/binary/Cargo.toml @@ -1,6 +1,10 @@ [package] name = "ilc-format-binary" 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 "] [dependencies] diff --git a/formats/energymech/Cargo.toml b/formats/energymech/Cargo.toml index 7abcb49..3c6fe80 100644 --- a/formats/energymech/Cargo.toml +++ b/formats/energymech/Cargo.toml @@ -1,6 +1,10 @@ [package] name = "ilc-format-energymech" 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 "] [dependencies] diff --git a/formats/irssi/Cargo.toml b/formats/irssi/Cargo.toml index d59ecf2..3d9d636 100644 --- a/formats/irssi/Cargo.toml +++ b/formats/irssi/Cargo.toml @@ -1,6 +1,10 @@ [package] name = "ilc-format-irssi" 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 "] [dependencies] diff --git a/formats/msgpack/Cargo.toml b/formats/msgpack/Cargo.toml index 1e336ca..49be039 100644 --- a/formats/msgpack/Cargo.toml +++ b/formats/msgpack/Cargo.toml @@ -1,6 +1,10 @@ [package] name = "ilc-format-msgpack" 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 "] [dependencies] diff --git a/formats/weechat/Cargo.toml b/formats/weechat/Cargo.toml index 5b0ef3f..10d3ccb 100644 --- a/formats/weechat/Cargo.toml +++ b/formats/weechat/Cargo.toml @@ -1,6 +1,10 @@ [package] name = "ilc-format-weechat" 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 "] [dependencies] -- cgit v1.2.3