Skip to content

Commit 76ccfce

Browse files
committed
fix: add serde_json to sherpaonnx feature deps
sherpaonnx_engine.rs uses serde_json for parsing credentials JSON
1 parent f10e880 commit 76ccfce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ crate-type = ["cdylib", "staticlib", "lib"]
1515
default = ["system", "cloud", "sherpaonnx"]
1616
system = ["speech-dispatcher"]
1717
cloud = ["reqwest", "serde_json", "base64", "speechmarkdown-rust", "tungstenite", "uuid", "url"]
18-
sherpaonnx = ["sherpa-onnx"]
18+
sherpaonnx = ["sherpa-onnx", "serde_json"]
1919
tungstenite = ["dep:tungstenite"]
2020
uuid = ["dep:uuid"]
2121
url = ["dep:url"]

0 commit comments

Comments
 (0)