[package] name = "file-to-schema" version = "0.1.0" authors = ["nerdovert "] description = "A crate to generate a schema from a file" license = "MIT" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] csv = "1.1"