X-Git-Url: https://code.octet-stream.net/m17rt/blobdiff_plain/e67ea96c8a3d7c23ba29c6ed91ddb451927176a1..bc4b6ea4290384cd8c380af2a9014f162fd43683:/m17app/Cargo.toml?ds=inline diff --git a/m17app/Cargo.toml b/m17app/Cargo.toml index 11805eb..4a083bd 100755 --- a/m17app/Cargo.toml +++ b/m17app/Cargo.toml @@ -10,5 +10,7 @@ repository = "https://code.octet-stream.net/m17rt" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +cpal = "0.15.3" m17core = { path = "../m17core" } log = "0.4.22" +serialport = {version = "4.7.0", default-features = false }