frontend fixes & db rewrite with serde
This commit is contained in:
parent
a425d8f834
commit
78eb0c0080
37 changed files with 910 additions and 663 deletions
|
|
@ -19,9 +19,14 @@ platform-dirs.workspace = true
|
|||
rodio.workspace = true
|
||||
kira.workspace = true
|
||||
pv_recorder.workspace = true
|
||||
vosk.workspace = true
|
||||
rustpotter.workspace = true
|
||||
parking_lot.workspace = true
|
||||
|
||||
|
||||
# pv_recorder = { workspace = true, optional = true }
|
||||
vosk = { version = "0.3.1", optional = true }
|
||||
# rustpotter = { workspace = true, optional = true }
|
||||
|
||||
[features]
|
||||
default = ["jarvis_app"]
|
||||
jarvis_app = []
|
||||
jarvis_app = ["vosk"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue