mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +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"
|
||||
repository = "https://github.com/launchbadge/sqlx"
|
||||
documentation = "https://docs.rs/sqlx"
|
||||
description = "The Rust SQL Toolkit."
|
||||
description = "🧰 The Rust SQL Toolkit."
|
||||
edition = "2018"
|
||||
authors = [
|
||||
"Ryan Leckey <leckey.ryan@gmail.com>",
|
||||
"Austin Bonander <austin.bonander@gmail.com>"
|
||||
"Ryan Leckey <leckey.ryan@gmail.com>", # ryan@launchbadge.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]
|
||||
|
@ -6,8 +6,10 @@ description = "Core of SQLx, the rust SQL toolkit. Not intended to be used direc
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2018"
|
||||
authors = [
|
||||
"Ryan Leckey <leckey.ryan@gmail.com>",
|
||||
"Austin Bonander <austin.bonander@gmail.com>"
|
||||
"Ryan Leckey <leckey.ryan@gmail.com>", # ryan@launchbadge.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]
|
||||
|
@ -5,8 +5,10 @@ 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>",
|
||||
"Austin Bonander <austin.bonander@gmail.com>"
|
||||
"Ryan Leckey <leckey.ryan@gmail.com>", # ryan@launchbadge.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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user