From 819be89f847be8ed4dcda6ddffa8a45a8cbda1ce Mon Sep 17 00:00:00 2001 From: Matthew Esposito Date: Wed, 27 Dec 2023 00:19:54 -0500 Subject: [PATCH] Update cargo.toml --- Cargo.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f743531..3fbb0c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,13 +4,19 @@ description = " Alternative private front-end to Reddit" license = "AGPL-3.0" repository = "https://github.com/redlib-org/redlib" version = "0.30.2" -authors = ["Matthew Esposito "] +authors = [ + "Matthew Esposito ", + "spikecodes <19519553+spikecodes@users.noreply.github.com>", +] edition = "2021" [dependencies] askama = { version = "0.11.1", default-features = false } cached = { version = "0.46.1", features = ["async"] } -clap = { version = "4.4.11", default-features = false, features = ["std", "env"] } +clap = { version = "4.4.11", default-features = false, features = [ + "std", + "env", +] } regex = "1.10.2" serde = { version = "1.0.193", features = ["derive"] } cookie = "0.18.0"