Skip to content

Commit

Permalink
add bfv images and fix operations
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Feb 17, 2024
1 parent 1d4541f commit ca5200b
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 111 deletions.
95 changes: 62 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "1.35", features = ["rt", "rt-multi-thread"] }
tokio = { version = "1.36", features = ["rt", "rt-multi-thread"] }
anyhow = "1.0"
serde_json = { version = "1.0" }
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -16,8 +16,9 @@ warp = "0.3"
flexi_logger = "0.27"
log = "0.4"
imageproc = "0.23"
confy = "0.5"
confy = "0.6"
rusttype = "0.9"
regex = "1.10"

[dependencies.image]
version = "0.24"
Expand Down
Loading

0 comments on commit ca5200b

Please sign in to comment.