Add repo/desc to sub crates

This commit is contained in:
Ryan Leckey 2019-12-28 00:25:04 -08:00
parent 3cb9ddb8c6
commit ef98ff2828
2 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,8 @@
[package]
name = "sqlx-core"
version = "0.1.0-pre"
repository = "https://github.com/launchbadge/sqlx"
description = "Core of SQLx, the rust SQL toolkit. Not intended to be used directly."
license = "MIT OR Apache-2.0"
edition = "2018"
authors = [

View file

@ -1,6 +1,8 @@
[package]
name = "sqlx-macros"
version = "0.1.0-pre"
repository = "https://github.com/launchbadge/sqlx"
description = "Macros for SQLx, the rust SQL toolkit. Not intended to be used directly."
edition = "2018"
authors = [
"Ryan Leckey <leckey.ryan@gmail.com>",