diff options
| author | KunoiSayami <[email protected]> | 2021-05-07 02:06:52 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-05-07 02:06:52 +0800 |
| commit | e13d73f9c501d7340712feb7b666775fc55b75b3 (patch) | |
| tree | 362671916f47f3e278ff1031a4a58692a573e290 /Cargo.toml | |
| parent | c86aab7847dd62492318e4c0d0a733e5a86a305b (diff) | |
feat: Make redis key more shorter
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "cgit-simple-authentication" -version = "0.0.2" +version = "0.1.0" authors = ["KunoiSayami <[email protected]>"] edition = "2018" @@ -20,4 +20,5 @@ clap = "2.33" handlebars = "3.4" url = "2.1" redis = { version = "0.17.0", features = ["tokio-comp"] } -sha2 = "0.9.3"
\ No newline at end of file +sha2 = "0.9.3" +base64 = "0.13.0"
\ No newline at end of file |
