Started to implement syscall.rs

This commit is contained in:
Rémi Rativel
2023-03-29 17:16:08 +02:00
parent e117ec2132
commit 8e81358e51
5 changed files with 38 additions and 2 deletions

7
Cargo.lock generated
View File

@@ -6,9 +6,16 @@ version = 3
name = "burritos"
version = "0.1.0"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "cc"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
[[package]]
name = "libc"
version = "0.2.140"