aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-05-07 02:40:50 +0800
committerKunoiSayami <[email protected]>2021-05-07 02:40:50 +0800
commit3a8881fbaab4d18b865a44198db9c195041cbff2 (patch)
tree35a78bbeaabc43ac505f3da5f75ec5ee92b0ca97 /Cargo.toml
parent1bd3bfc91fda539ed236c5bb701441b7436d4ead (diff)
fix: Fix database can't initialize properly
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
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 <[email protected]>"]
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"