diff --git a/Cargo.toml b/Cargo.toml index 6fa9a5a..0f85c46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "reshape" version = "0.1.0" +description = "An easy-to-use, zero-downtime schema migration tool for Postgres" +homepage = "https://github.com/fabianlindfors/reshape" +documentation = "https://github.com/fabianlindfors/reshape" +repository = "https://github.com/fabianlindfors/reshape" +license = "MIT" +keywords = ["postgres", "migrations"] edition = "2021" +authors = ["Fabian Lindfors"] [dependencies] postgres = { version = "0.19.2", features = ["with-serde_json-1"] }