diff --git a/Cargo.toml b/Cargo.toml index a2aef21..ca94a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,10 +3,10 @@ name = "sqlite" version = "0.23.1" license = "Apache-2.0/MIT" authors = [ - "Ivan Stankovic ", - "Ivan Ukhov ", - "Jake Kerr ", - "Tomoki Aonuma ", + "Ivan Stankovic ", + "Ivan Ukhov ", + "Jake Kerr ", + "Tomoki Aonuma ", ] description = "The package provides an interface to SQLite." documentation = "https://docs.rs/sqlite"