diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ thiserror = "1" kankyo = "0.3" +# Middleware +axum-auth = "0.2" + [dependencies.solarlib] git = "https://git.carathe.dev/solard/solarlib" branch = "master" |