summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-03 22:01:49 +0100
committerandromeda <andromeda@lenovo>2026-03-03 22:01:49 +0100
commit1b6f76488dcc01c8e6c0efbe07751ebeea18c33b (patch)
treeb1a0c6fb6c60a1716d41cb42670605f24d1f0f17 /rust-toolchain.toml
parentd879df630f68bb56f291ac285f951ca2ba6764e7 (diff)
add rust kernel stub
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml5
1 files changed, 5 insertions, 0 deletions
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"