Update cargo
This commit is contained in:
parent
a78cdfe436
commit
685bdfcbfc
11
Cargo.toml
11
Cargo.toml
|
@ -3,6 +3,17 @@ name = "vga"
|
|||
version = "0.1.0"
|
||||
authors = ["Ryan Kennedy <rkennedy9064@gmail.com>"]
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue