Skip to content

Commit

Permalink
move 'env-tracing-logger' into 'utils'
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Jan 10, 2025
1 parent f01a3b2 commit c618502
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ members = [
"camera/ci2-vimba-types",
"camera/vimba",
"download-verify",
"env-tracing-logger",
"env-tracing-logger/env-tracing-logger-sample",
"event-stream-types",
"fastfreeimage",
"flydra-feature-detector",
Expand Down Expand Up @@ -110,6 +108,8 @@ members = [
"utils/csv-eof",
"utils/datetime-conversion",
"utils/enum-iter",
"utils/env-tracing-logger",
"utils/env-tracing-logger/env-tracing-logger-sample",
"utils/groupby",
"utils/withkey",
"write-debian-changelog",
Expand Down Expand Up @@ -292,7 +292,7 @@ download-verify = { path = "download-verify" }
dynlink-cuda = { path = "nvenc/dynlink-cuda" }
dynlink-nvidia-encode = { path = "nvenc/dynlink-nvidia-encode" }
enum-iter = { path = "utils/enum-iter" }
env-tracing-logger = { path = "env-tracing-logger" }
env-tracing-logger = { path = "utils/env-tracing-logger" }
event-stream-types = { path = "event-stream-types" }
fastfreeimage = { path = "fastfreeimage" }
ffmpeg-rewriter = { path = "media-utils/ffmpeg-rewriter" }
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit c618502

Please sign in to comment.