mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-04 16:25:19 +00:00
Add more authors
This commit is contained in:
parent
ef98ff2828
commit
7b8ef0f46b
@ -13,11 +13,13 @@ license = "MIT OR Apache-2.0"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/launchbadge/sqlx"
|
repository = "https://github.com/launchbadge/sqlx"
|
||||||
documentation = "https://docs.rs/sqlx"
|
documentation = "https://docs.rs/sqlx"
|
||||||
description = "The Rust SQL Toolkit."
|
description = "🧰 The Rust SQL Toolkit."
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = [
|
authors = [
|
||||||
"Ryan Leckey <leckey.ryan@gmail.com>",
|
"Ryan Leckey <leckey.ryan@gmail.com>", # ryan@launchbadge.com
|
||||||
"Austin Bonander <austin.bonander@gmail.com>"
|
"Austin Bonander <austin.bonander@gmail.com>", # austin@launchbadge.com
|
||||||
|
"Zachery Gyurkovitz <zgyurkovitz@gmail.com>", # zach@launchbadge.com
|
||||||
|
"Daniel Akhterov <akhterovd@gmail.com>", # daniel@launchbadge.com
|
||||||
]
|
]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
@ -6,8 +6,10 @@ description = "Core of SQLx, the rust SQL toolkit. Not intended to be used direc
|
|||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = [
|
authors = [
|
||||||
"Ryan Leckey <leckey.ryan@gmail.com>",
|
"Ryan Leckey <leckey.ryan@gmail.com>", # ryan@launchbadge.com
|
||||||
"Austin Bonander <austin.bonander@gmail.com>"
|
"Austin Bonander <austin.bonander@gmail.com>", # austin@launchbadge.com
|
||||||
|
"Zachery Gyurkovitz <zgyurkovitz@gmail.com>", # zach@launchbadge.com
|
||||||
|
"Daniel Akhterov <akhterovd@gmail.com>", # daniel@launchbadge.com
|
||||||
]
|
]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
@ -5,8 +5,10 @@ repository = "https://github.com/launchbadge/sqlx"
|
|||||||
description = "Macros for SQLx, the rust SQL toolkit. Not intended to be used directly."
|
description = "Macros for SQLx, the rust SQL toolkit. Not intended to be used directly."
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = [
|
authors = [
|
||||||
"Ryan Leckey <leckey.ryan@gmail.com>",
|
"Ryan Leckey <leckey.ryan@gmail.com>", # ryan@launchbadge.com
|
||||||
"Austin Bonander <austin.bonander@gmail.com>"
|
"Austin Bonander <austin.bonander@gmail.com>", # austin@launchbadge.com
|
||||||
|
"Zachery Gyurkovitz <zgyurkovitz@gmail.com>", # zach@launchbadge.com
|
||||||
|
"Daniel Akhterov <akhterovd@gmail.com>", # daniel@launchbadge.com
|
||||||
]
|
]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user