From 5494645e2607706655f8e3466f3ec858db303061 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 17 Aug 2022 22:22:56 -0700 Subject: Fix template --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c3afac7..711d693 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "ghOSt" -version = "0.1.0" +version = "0.0.1" edition = "2021" -authors = [ "Sergey Bilovytskyy " ] +authors = [ "Christian Cunningham " ] [profile.release] lto = true @@ -13,6 +13,6 @@ bsp_rpi2 = [] [[bin]] name = "kernel" -path = "src/main.rs" +path = "src/kernel.rs" [dependencies] -- cgit v1.2.1