From 3a8881fbaab4d18b865a44198db9c195041cbff2 Mon Sep 17 00:00:00 2001 From: KunoiSayami <46131041+KunoiSayami@users.noreply.github.com> Date: Fri, 7 May 2021 02:40:50 +0800 Subject: fix: Fix database can't initialize properly --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5349a40..167c42e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cgit-simple-authentication" -version = "0.1.0" +version = "0.1.1" authors = ["KunoiSayami <46131041+KunoiSayami@users.noreply.github.com>"] edition = "2018" @@ -13,7 +13,6 @@ serde_derive = "1" serde = { version = "1", features = ["derive"] } anyhow = "1" toml = "0.5" -syslog = "5.0.0" sqlx = { version = "0.5", features = [ "json", "sqlite", "runtime-actix-native-tls"] } rand = "0.7" clap = "2.33" -- cgit v1.3.1