-
- Downloads
dependencies and justfile
Cargo.lock
0 → 100644
... | ... | @@ -3,6 +3,11 @@ name = "serial-bridge" |
version = "0.1.0" | ||
edition = "2021" | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[lib] | ||
crate-type = ["cdylib"] | ||
[dependencies] | ||
cstr = "0.2.11" | ||
rustmex = { path = "../rustmex/rustmex", features = ["matlab800"] } | ||
serialport = "4.3.0" | ||
thiserror = "1.0.57" |
Please register or sign in to comment