Skip to content

Commit

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

0 comments on commit ad094f1

Please sign in to comment.