added config, make config be used in general
next step make config be used in database as well
This commit is contained in:
parent
c717f9f4f6
commit
4292b41314
4 changed files with 153 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue