added config, make config be used in general

next step make config be used in database as well
This commit is contained in:
RafayAhmad7548 2025-07-08 09:40:46 +05:00
parent c717f9f4f6
commit 4292b41314
4 changed files with 153 additions and 4 deletions

View file

@ -10,3 +10,5 @@ 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" ] }
toml = "0.8.23"
serde = "1.0.219"