From 3f7102d7193d3c0f6cdda8e3106aac77188bb475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 23 Nov 2020 04:07:45 +0100 Subject: intial rs --- halt/Cargo.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 halt/Cargo.toml (limited to 'halt/Cargo.toml') diff --git a/halt/Cargo.toml b/halt/Cargo.toml new file mode 100644 index 0000000..160a513 --- /dev/null +++ b/halt/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "halt" +version = "0.1.0" +authors = ["Gustav Sörnäs "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[profile.dev] +panic = "abort" + +[profile.release] +panic = "abort" + +[dependencies.libc] +version = "0.2" +default-features = false +features = ["extra_traits"] -- cgit v1.2.1