diff options
author | metamuffin <metamuffin@disroot.org> | 2023-11-14 11:54:01 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-11-14 11:54:01 +0100 |
commit | 3b1afad1d1a697e82c003e146ef2b7d5742e5210 (patch) | |
tree | 3a9e02470b4f78c4c34c0573c788da301a9e544e /Cargo.toml | |
parent | 4a7bd84594fb8d159a0a2af02818f283eab3e716 (diff) | |
download | gnix-3b1afad1d1a697e82c003e146ef2b7d5742e5210.tar gnix-3b1afad1d1a697e82c003e146ef2b7d5742e5210.tar.bz2 gnix-3b1afad1d1a697e82c003e146ef2b7d5742e5210.tar.zst |
refactor architecture and start on http basic auth
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ hyper-util = "0.0.0" http-body-util = "0.1.0-rc.3" headers = "0.3.8" percent-encoding = "2.3.0" +base64 = "0.21.5" # TLS rustls-pemfile = "1.0.3" |