From 7b8ef0f46b92b8952309bdec6a43f24e5248e03a Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Sat, 28 Dec 2019 00:36:37 -0800 Subject: [PATCH] Add more authors --- Cargo.toml | 8 +++++--- sqlx-core/Cargo.toml | 6 ++++-- sqlx-macros/Cargo.toml | 6 ++++-- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cc70ca82..6c988b99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", - "Austin Bonander " + "Ryan Leckey ", # ryan@launchbadge.com + "Austin Bonander ", # austin@launchbadge.com + "Zachery Gyurkovitz ", # zach@launchbadge.com + "Daniel Akhterov ", # daniel@launchbadge.com ] [features] diff --git a/sqlx-core/Cargo.toml b/sqlx-core/Cargo.toml index 69ff2854..ee4a977c 100644 --- a/sqlx-core/Cargo.toml +++ b/sqlx-core/Cargo.toml @@ -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 ", - "Austin Bonander " + "Ryan Leckey ", # ryan@launchbadge.com + "Austin Bonander ", # austin@launchbadge.com + "Zachery Gyurkovitz ", # zach@launchbadge.com + "Daniel Akhterov ", # daniel@launchbadge.com ] [features] diff --git a/sqlx-macros/Cargo.toml b/sqlx-macros/Cargo.toml index 3ea778e9..c5f01c35 100644 --- a/sqlx-macros/Cargo.toml +++ b/sqlx-macros/Cargo.toml @@ -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 ", - "Austin Bonander " + "Ryan Leckey ", # ryan@launchbadge.com + "Austin Bonander ", # austin@launchbadge.com + "Zachery Gyurkovitz ", # zach@launchbadge.com + "Daniel Akhterov ", # daniel@launchbadge.com ] [lib]