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"