feat: base frame
This commit is contained in:
@@ -15,7 +15,7 @@ tauri = { version = "1", features = [ "window-show", "window-hide", "window-maxi
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
btleplug = { version = "0.11.5", features = ["serde"] }
|
||||
tokio = { version = "1.38.0", features = ["rt", "rt-multi-thread", "macros"] }
|
||||
tokio = { version = "1.38.0", features = ["full"] }
|
||||
futures = "0.3.30"
|
||||
uuid = "1.10.0"
|
||||
lazy_static = "1.5.0"
|
||||
|
||||
Reference in New Issue
Block a user