diff --git a/Cargo.toml b/Cargo.toml index c601fdd..ff994fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,17 @@ name = "vga" version = "0.1.0" authors = ["Ryan Kennedy "] edition = "2018" +description = "Support for vga specific functions, data structures, and registers." +keywords = [ + "vga", + "no_std", +] +categories = [ + "no-std", +] +license = "MIT/Apache-2.0" +readme = "README.md" +repository = "https://github.com/rust-osdev/vga" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html