Add dependency on rlibc

This commit is contained in:
Philipp Oppermann
2020-07-16 15:39:07 +02:00
parent 07d8a22a53
commit 16ffe80fd5
3 changed files with 4 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -5,6 +5,7 @@ name = "blog_os"
version = "0.1.0"
dependencies = [
"bootloader",
"rlibc",
]
[[package]]