From 1b6f76488dcc01c8e6c0efbe07751ebeea18c33b Mon Sep 17 00:00:00 2001 From: andromeda Date: Tue, 3 Mar 2026 22:01:49 +0100 Subject: add rust kernel stub --- rust-toolchain.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rust-toolchain.toml (limited to 'rust-toolchain.toml') diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..22068c5 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,5 @@ +[toolchain] +channel = "nightly" +components = ["rust-src"] +targets = ["x86_64-unknown-none"] +profile = "default" -- cgit v1.3.1