forked from LowLevelDevs/FoundryOS
Introducing the hottest library crate in town (libk!)
This commit is contained in:
+11
-1
@@ -10,4 +10,14 @@ build-std-features = ["compiler-builtins-mem"]
|
||||
RUST_TARGET_PATH = { value = "kernel", relative = true }
|
||||
|
||||
[target.x86_64-kernel]
|
||||
runner = "scripts/run.sh"
|
||||
runner = "scripts/run.sh"
|
||||
|
||||
[registry]
|
||||
default = "gitea"
|
||||
|
||||
[registries.gitea]
|
||||
index = "sparse+https://git.zxq5.dev/api/packages/OsDev/cargo/" # Sparse index
|
||||
# index = "https://gitea.example.com/{owner}/_cargo-index.git" # Git
|
||||
|
||||
# [net]
|
||||
# git-fetch-with-cli = true
|
||||
|
||||
Reference in New Issue
Block a user