mirror of
https://github.com/ilyakooo0/reshape.git
synced 2024-11-25 23:13:29 +03:00
Add metadata to Cargo.toml
This commit is contained in:
parent
b17d358ed1
commit
86254abe63
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user