Factor out log crate

This commit is contained in:
Dominik Werder
2025-06-18 13:09:50 +02:00
parent 6b9ebcece6
commit bcf6939046
13 changed files with 28 additions and 205 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2021"
doctest = false
[dependencies]
log = { path = "../log" }
log = { path = "../../daqbuf-log", package = "log" }
err = { path = "../../daqbuf-err", package = "daqbuf-err" }
taskrun = { path = "../../daqbuffer/crates/taskrun" }
async-channel = "2.1.0"