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

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" }