1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-11-17 15:39:38 +00:00

Restore default features.

This commit is contained in:
Nolan Darilek 2022-03-30 20:24:40 -05:00
parent e4c6f6f23a
commit 3f9e7c22db

View File

@ -13,6 +13,7 @@ crate-type = ["lib", "cdylib", "staticlib"]
[features]
speech_dispatcher_0_10 = ["speech-dispatcher/0_10"]
default = ["speech_dispatcher_0_10"]
[dependencies]
dyn-clonable = "0.9"