update cargo, remove unused deps
This commit is contained in:
parent
0a7668b0a7
commit
060a6b432e
3162
Cargo.lock
generated
3162
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -4,17 +4,12 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
gui = [ "dep:eframe" ]
|
|
||||||
eink = [ "dep:epd-waveshare", "dep:linux-embedded-hal" ]
|
eink = [ "dep:epd-waveshare", "dep:linux-embedded-hal" ]
|
||||||
|
|
||||||
[[bin]]
|
|
||||||
name = "inspector"
|
|
||||||
required-features = ["gui"]
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.86"
|
anyhow = "1.0.86"
|
||||||
clap = { version = "4.5.7", features = ["derive"] }
|
clap = { version = "4.5.7", features = ["derive"] }
|
||||||
eframe = { version = "0.28.0", optional = true }
|
|
||||||
epd-waveshare = { git = "https://github.com/caemor/epd-waveshare.git", optional = true }
|
epd-waveshare = { git = "https://github.com/caemor/epd-waveshare.git", optional = true }
|
||||||
image = "0.25.1"
|
image = "0.25.1"
|
||||||
linux-embedded-hal = { version = "0.4.0", optional = true }
|
linux-embedded-hal = { version = "0.4.0", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue