csvstore 0.1.0

Write data in a folder structure and csv files
Documentation
[package]
name = "csvstore"
version = "0.1.0"
authors = ["Alexander Thaller <alexander.thaller@trivago.com>"]
license = "MIT/Apache-2.0"
documentation = "http://doc.rust-lang.org/csvstore"
homepage = "https://github.com/AlexanderThaller/csvstore"
repository = "https://github.com/AlexanderThaller/csvstore"
description = """
Write data in a folder structure and csv files
"""

[dependencies]
csv = "0.15"
rustc-serialize = "0.3"
walkdir = "1"