1
0
forked from Rativel/BurritOS

New system structure

This commit is contained in:
François Autin
2023-03-08 15:16:10 +01:00
parent 69e1a3e444
commit e763712880
3 changed files with 81 additions and 21 deletions

7
Cargo.lock generated
View File

@@ -6,16 +6,9 @@ version = 3
name = "burritos"
version = "0.1.0"
dependencies = [
"lazy_static",
"libc",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.139"