aboutsummaryrefslogtreecommitdiff
path: root/formats
diff options
context:
space:
mode:
authorTill Höppner2016-02-25 06:58:22 +0100
committerTill Höppner2016-02-25 06:58:22 +0100
commitcd15d4f8de1ee9bc6d00fb0a08659ca2c74d2e2d (patch)
tree66b6a4fff228446fc46f4b47ba3b8551ba46e8b2 /formats
parent9f5dd9dad6b13476bab2c6eb3c6528f8ad49311a (diff)
downloadilc-cd15d4f8de1ee9bc6d00fb0a08659ca2c74d2e2d.tar.gz
ilc-cd15d4f8de1ee9bc6d00fb0a08659ca2c74d2e2d.tar.xz
ilc-cd15d4f8de1ee9bc6d00fb0a08659ca2c74d2e2d.zip
Update Cargo.toml files with more metadata
Diffstat (limited to 'formats')
-rw-r--r--formats/binary/Cargo.toml4
-rw-r--r--formats/energymech/Cargo.toml4
-rw-r--r--formats/irssi/Cargo.toml4
-rw-r--r--formats/msgpack/Cargo.toml4
-rw-r--r--formats/weechat/Cargo.toml4
5 files changed, 20 insertions, 0 deletions
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 <till@hoeppner.ws>"]
[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 <till@hoeppner.ws>"]
[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 <till@hoeppner.ws>"]
[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 <till@hoeppner.ws>"]
[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 <till@hoeppner.ws>"]
[dependencies]