Add metadata to Cargo.toml

This commit is contained in:
fabianlindfors 2022-01-01 17:35:16 +01:00
parent b17d358ed1
commit 86254abe63

View File

@ -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"] }