set sqlx-cli license to MIT/Apache 2.0

This commit is contained in:
Austin Bonander 2020-05-15 20:13:13 -07:00 committed by Ryan Leckey
parent 7dae3dbf57
commit 41dd286356

View File

@ -12,6 +12,7 @@ homepage = "https://github.com/launchbadge/sqlx"
repository = "https://github.com/launchbadge/sqlx" repository = "https://github.com/launchbadge/sqlx"
keywords = ["database", "postgres", "database-management", "migration"] keywords = ["database", "postgres", "database-management", "migration"]
categories = ["database", "command-line-utilities"] categories = ["database", "command-line-utilities"]
license = "MIT OR Apache-2.0"
default-run = "sqlx" default-run = "sqlx"
[[bin]] [[bin]]