sqliteService实现, 其他服务文件占位

This commit is contained in:
jie
2024-07-07 01:52:59 +08:00
parent 004d9b032f
commit 8639f8787d
11 changed files with 161 additions and 171 deletions

View File

@@ -9,6 +9,6 @@ edition = "2021"
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"
serialport="4.4.0"
rusqlite="0.25.4"
libsqlite3-sys = { version = "0.22.2", features = ["bundled"] }