From 91d0ae783e51062f77b120b05c97cd352b9b86d5 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 17 Aug 2022 22:14:15 -0700 Subject: Initial commit --- Cargo.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..c3afac7 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "ghOSt" +version = "0.1.0" +edition = "2021" +authors = [ "Sergey Bilovytskyy " ] + +[profile.release] +lto = true + +[features] +default = [] +bsp_rpi2 = [] + +[[bin]] +name = "kernel" +path = "src/main.rs" + +[dependencies] -- cgit v1.2.1