项目初始化, 串口服务类别
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "write_tool"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow="^1.0.86"
|
||||
fltk = { version = "^1.4", features = ["fltk-bundled"] }
|
||||
calamine="0.25.0"
|
||||
diesel = { version = "2.2.1", features = ["sqlite"] }
|
||||
#serial="0.4"
|
||||
serialport="4.4.0"
|
||||
Reference in New Issue
Block a user