[package] name = "migres" version = "0.0.1" authors = ["Diego Roig <2140622+diegopy@users.noreply.github.com>"] edition = "2018" license = "MIT" description = "PostgreSQL schema migration CLI" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] postgres = "0.19.0"