[package] name = "os_template" version = "0.1.1" edition = "2018" license = "MIT" authors = ["Jan Růžička "] description = "Template of a simple OS" repository = "https://github.com/ruza-net/os_template" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bootloader = "0.9"