[package] name = "csvgen" version = "0.1.1" authors = ["joppich "] description = "small utility to create mock-csvfiles." license = "BSD-3-Clause" repository = "https://github.com/joppich/csvgen" readme = "README.md" [dependencies] clap = "2.30.0" rand = "0.5.0-pre.1"