aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml6
-rw-r--r--src/kernel.rs (renamed from src/main.rs)0
2 files changed, 3 insertions, 3 deletions
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 <c@localhost>" ]
+authors = [ "Christian Cunningham <c@localhost>" ]
[profile.release]
lto = true
@@ -13,6 +13,6 @@ bsp_rpi2 = []
[[bin]]
name = "kernel"
-path = "src/main.rs"
+path = "src/kernel.rs"
[dependencies]
diff --git a/src/main.rs b/src/kernel.rs
index 9697ca8..9697ca8 100644
--- a/src/main.rs
+++ b/src/kernel.rs