This commit is contained in:
John Smith 2022-06-26 18:20:48 -04:00
parent 1e1fb9ecbd
commit 0c3461b7f8
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View File

@ -1678,6 +1678,7 @@ checksum = "ee9a6796ff68a1014f6665dac55341820f26e63ec706e58bfaee468cf0ac174f"
dependencies = [
"ansi_term",
"atty",
"chrono",
"glob",
"lazy_static",
"log",

View File

@ -38,7 +38,7 @@ capnp = "^0"
capnp-rpc = "^0"
config = { version = "^0", features = ["yaml"] }
bugsalot = "^0"
flexi_logger = "^0"
flexi_logger = { version = "^0", features = ["use_chrono_for_offset"] }
thiserror = "^1"
crossbeam-channel = "^0"
veilid-core = { path = "../veilid-core" }