diff --git a/Cargo.toml b/Cargo.toml
index 15536094b1cd22db45767aa6165d0c4a89a84a6d..1b2eae8c9a5fd3a72ddd8bd177e9b0353b275b88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,10 @@
 [package]
-name = "mavlink_rust"
+name = "skyward_mavlink"
 version = "0.1.0"
+authors = ["Federico Lolli <federico.lolli@skywarder.eu>"]
 edition = "2021"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+rust-version = "1.76.0"
+license = "MIT"
 
 [build-dependencies.mavlink-bindgen]
 git = "https://github.com/mavlink/rust-mavlink.git"