feat: Update lockfile and added README
This commit is contained in:
29
Cargo.toml
29
Cargo.toml
@@ -1,20 +1,20 @@
|
||||
[workspace]
|
||||
members = ["ndarray-image", "ndarray-resize", "."]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[workspace.dependencies]
|
||||
ndarray-image = { path = "ndarray-image" }
|
||||
ndarray-resize = { path = "ndarray-resize" }
|
||||
|
||||
[package]
|
||||
name = "detector"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
# [patch."https://github.com/aftershootco/mnn-rs".mnn]
|
||||
# path = "/Users/fs0c131y/Projects/aftershoot/mnn-rs"
|
||||
# [patch."https://github.com/aftershootco/mnn-rs".mnn-sys]
|
||||
# path = "/Users/fs0c131y/Projects/aftershoot/mnn-rs/mnn-sys"
|
||||
# [patch."https://github.com/aftershootco/mnn-rs".mnn-sync]
|
||||
# path = "/Users/fs0c131y/Projects/aftershoot/mnn-rs/mnn-sync"
|
||||
# [patch."https://github.com/aftershootco/mnn-rs".mnn-bridge]
|
||||
# path = "/Users/fs0c131y/Projects/aftershoot/mnn-rs/mnn-bridge"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
clap_complete = "4.5"
|
||||
@@ -22,7 +22,6 @@ error-stack = "0.5"
|
||||
fast_image_resize = "5.2.0"
|
||||
image = "0.25.6"
|
||||
linfa = "0.7.1"
|
||||
# mnn = { git = "https://github.com/aftershootco/mnn-rs", version = "0.2.0", features = [
|
||||
mnn = { path = "/Users/fs0c131y/Projects/aftershoot/mnn-rs", version = "0.2.0", features = [
|
||||
"metal",
|
||||
"tracing",
|
||||
@@ -35,9 +34,9 @@ mnn-sync = { path = "/Users/fs0c131y/Projects/aftershoot/mnn-rs/mnn-sync", versi
|
||||
] }
|
||||
nalgebra = "0.33.2"
|
||||
ndarray = "0.16.1"
|
||||
ndarray-image = { version = "0.1.0", path = "ndarray-image" }
|
||||
ndarray-resize = { version = "0.1.0", path = "ndarray-resize" }
|
||||
rusqlite = { version = "0.36.0", features = ["modern-full"] }
|
||||
ndarray-image = { workspace = true }
|
||||
ndarray-resize = { workspace = true }
|
||||
rusqlite = { version = "0.37.0", features = ["modern-full"] }
|
||||
tap = "1.0.1"
|
||||
thiserror = "2.0"
|
||||
tokio = "1.43.1"
|
||||
|
||||
Reference in New Issue
Block a user