From 20eb8b73f7914c86812eda4b3b14ee2d0cd5a826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 23 Nov 2020 14:52:17 +0100 Subject: userprog makefile --- halt/Cargo.toml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 halt/Cargo.toml (limited to 'halt/Cargo.toml') diff --git a/halt/Cargo.toml b/halt/Cargo.toml deleted file mode 100644 index 14c75e0..0000000 --- a/halt/Cargo.toml +++ /dev/null @@ -1,23 +0,0 @@ -[package] -name = "halt" -version = "0.1.0" -authors = ["Gustav Sörnäs "] -edition = "2018" - -[lib] -name = "halt" -crate-type = ["staticlib"] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[profile.dev] -panic = "abort" - -[profile.release] -panic = "abort" -lto = true - -[dependencies.libc] -version = "0.2" -default-features = false -features = ["extra_traits"] -- cgit v1.2.1