逻辑修改
This commit is contained in:
19
Cargo.toml
19
Cargo.toml
@@ -6,13 +6,16 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow="^1.0.86"
|
||||
anyhow = "^1.0.86"
|
||||
fltk = { version = "^1.4", features = ["fltk-bundled"] }
|
||||
calamine="0.25.0"
|
||||
serialport="4.4.0"
|
||||
rusqlite="0.25.4"
|
||||
calamine = "0.25.0"
|
||||
serialport = "4.4.0"
|
||||
rusqlite = "0.25.4"
|
||||
libsqlite3-sys = { version = "0.22.2", features = ["bundled"] }
|
||||
chrono="0.4.38"
|
||||
log="0.4.22"
|
||||
once_cell="0.1.8"
|
||||
lazy_static="1.5.0"
|
||||
chrono = "0.4.38"
|
||||
log = "0.4.22"
|
||||
once_cell = "0.1.8"
|
||||
lazy_static = "1.5.0"
|
||||
|
||||
[build-dependencies]
|
||||
fl2rust = "0.5.19"
|
||||
|
||||
Reference in New Issue
Block a user