chore: update cargo manifest

This commit is contained in:
Dmitriy Pleshevskiy 2021-02-06 01:52:57 +03:00
parent fc68f9b6ae
commit 1b8c2a4273
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@ name = "migra-cli"
version = "0.1.0"
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
edition = "2018"
description = "Simple SQL migration manager for your project"
homepage = "https://github.com/pleshevskiy/migra"
repository = "https://github.com/pleshevskiy/migra"
license = "MIT OR Apache-2.0"
keywords = ["migration", "cli", "sql", "manager"]
categories = ["accessibility", "database", "command-line-interface"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]