aboutsummaryrefslogtreecommitdiffstats
path: root/halt/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-11-23 14:52:17 +0100
committerGustav Sörnäs <gustav@sornas.net>2020-11-23 14:52:17 +0100
commit20eb8b73f7914c86812eda4b3b14ee2d0cd5a826 (patch)
treeb9b32887525510c7031f8e0957e11d85e6bdcf11 /halt/Cargo.toml
parentd77e19ae7380b8ddda4625772161c8dc74651370 (diff)
downloadpintos-rs-20eb8b73f7914c86812eda4b3b14ee2d0cd5a826.tar.gz
userprog makefile
Diffstat (limited to 'halt/Cargo.toml')
-rw-r--r--halt/Cargo.toml23
1 files changed, 0 insertions, 23 deletions
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 <gustav@sornas.net>"]
-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"]