diff options
| author | andromeda <andromeda@lenovo> | 2026-03-03 22:01:49 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-03-03 22:01:49 +0100 |
| commit | 1b6f76488dcc01c8e6c0efbe07751ebeea18c33b (patch) | |
| tree | b1a0c6fb6c60a1716d41cb42670605f24d1f0f17 /.cargo/config.toml | |
| parent | d879df630f68bb56f291ac285f951ca2ba6764e7 (diff) | |
add rust kernel stub
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..d430fa4 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +target = "x86_64-unknown-none" |
