diff --git a/Cargo.toml b/Cargo.toml index 29e620c6c45edae208c58b8445da3aa246c92950..eba005b32b1b1a1efe301b32fa3dc1f0f5523fea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "serial-bridge" +authors = ["Federico Lolli <federico.lolli@skywarder.eu>"] version = "0.1.0" edition = "2021" +rust-version = "1.76" +description = "Serial bridge between Rust and MATLAB" +license = "MIT" [lib] crate-type = ["cdylib"]