fix bugsalot

This commit is contained in:
John Smith
2023-05-29 10:00:56 -04:00
parent 699c0db3db
commit 6ca7ec19f9
4 changed files with 6 additions and 21 deletions

View File

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