simple auth using sqlite
This commit is contained in:
parent
2ce96ae74c
commit
c717f9f4f6
5 changed files with 941 additions and 26 deletions
|
@ -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" ] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue