diff --git a/Cargo.toml b/Cargo.toml index f35f7f2..b32cda4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "AGPL-3.0-or-later" [dependencies] actix-web = "4.4" actix-files = "0.6" -cached = {version = "0.45", features = ["async"]} +cached = { version = "0.45", features = ["async"] } ramhorns = "0.14" toml = "0.7" serde = { version = "1.0", features = ["derive"] }