From a817b4da3eb080656a39c994448bfe79c5034a70 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Sat, 21 Nov 2015 17:15:46 +0100 Subject: [PATCH] Update the authors list --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e348f17..ca4da2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "sqlite" version = "0.19.7" -authors = ["Ivan Ukhov "] +authors = [ + "Ivan Ukhov ", + "Jake Kerr ", +] license = "MIT" repository = "https://github.com/stainless-steel/sqlite" homepage = "https://github.com/stainless-steel/sqlite"