simple auth using sqlite

This commit is contained in:
RafayAhmad7548 2025-07-07 07:46:50 +05:00
parent 2ce96ae74c
commit c717f9f4f6
5 changed files with 941 additions and 26 deletions

View file

@ -9,3 +9,4 @@ regex = "1.11.1"
russh = "0.52.1"
russh-sftp = "2.1.1"
tokio = { version = "1.45.1", features = ["full"] }
sqlx = { version = "0.8.6", features = [ "runtime-tokio", "postgres", "sqlite", "mysql" ] }