fix password

This commit is contained in:
John Smith
2023-05-27 18:07:24 +01:00
parent 3b96f75c94
commit 699c0db3db
6 changed files with 55 additions and 26 deletions

View File

@@ -52,7 +52,7 @@ futures-util = { version = "^0", default_features = false, features = ["alloc"]
url = "^2"
ctrlc = "^3"
lazy_static = "^1"
bugsalot = "^0"
bugsalot = { path = "../../bugsalot" }
flume = { version = "^0", features = ["async"] }
rpassword = "^6"
hostname = "^0"