[package] name = "csvtosql-core" version = "0.2.1" edition = "2021" license = "MIT" description = "Core library for csvtosql and csvtosql-app." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] csv = "1.1"