diff options
| author | KunoiSayami <[email protected]> | 2021-05-07 02:40:50 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-05-07 02:40:50 +0800 |
| commit | 3a8881fbaab4d18b865a44198db9c195041cbff2 (patch) | |
| tree | 35a78bbeaabc43ac505f3da5f75ec5ee92b0ca97 /Cargo.toml | |
| parent | 1bd3bfc91fda539ed236c5bb701441b7436d4ead (diff) | |
fix: Fix database can't initialize properly
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |
