Changed arkham dependency to non local

This commit is contained in:
Joe Bellus 2023-12-01 15:49:53 -05:00
parent 791f7bf8b7
commit 2b03b18de1
2 changed files with 4 additions and 2 deletions

4
Cargo.lock generated
View File

@ -82,7 +82,9 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[package]]
name = "arkham"
version = "0.1.0"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b0b4365c68826c045449f6418bde12440db30aec1a134fbd8678f6b05a877a3"
dependencies = [
"anyhow",
"crossterm",

View File

@ -14,4 +14,4 @@ anyhow = "1.0.75"
clap = { version = "4.4.10", features = ["derive"] }
surge-ping = "0.8.0"
tokio = { version = "1.34.0", features = ["full"]}
arkham = { path = "../arkham" }
arkham = { version = "0.2.0" }