Skip to content

Commit aedd02c

Browse files
committed
chore: add metadata to Cargo.toml
1 parent f822cd9 commit aedd02c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
[package]
22
name = "sql-schema"
3+
description = "Declarative SQL schema migrations"
4+
keywords = ["sql", "schema", "migration", "migrations"]
5+
categories = ["development-tools", "command-line-utilities", "database"]
36
version = "0.2.0"
47
edition = "2021"
58
license = "Apache-2.0"
9+
authors = ["Jesse Stuart <[email protected]>"]
10+
repository = "https://github.com/jvatic/sql-schema"
611
include = ["src/**/*.rs", "Cargo.toml", "LICENSE.txt"]
712

813
[dependencies]

0 commit comments

Comments
 (0)