diff --git a/Cargo.toml b/Cargo.toml index f0d0152..52f1a0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,16 +4,11 @@ version = "0.1.0" authors = ["greg "] edition = "2018" -[profile.dev] -panic = "abort" - -[profile.release] -panic = "abort" - [dependencies] bootloader = "0.6.0" volatile = "0.2.6" spin = "0.5.0" +x86_64 = "0.7.2" [dependencies.lazy_static] version = "1.3.0"