summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-08-10 09:49:36 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-08-10 09:49:36 +0200
commit78cef2caef9726733d6399baec657412894e0709 (patch)
tree9d55e126ad41388cba17ef06cd053ef85ad4a17c /Cargo.toml
Initial import
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..536d062
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "filters"
+version = "0.1.0"
+authors = ["Matthias Beyer <mail@beyermatthias.de>"]
+
+description = "Build filters/predicates with the builder pattern"
+keywords = ["iterator", "filter", "builder", "util"]
+readme = "./README.md"
+license = "LGPL-2.1"
+
+[dependencies]