BurritOS/Cargo.lock

17 lines
370 B
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "burritos"
version = "0.1.0"
2023-03-01 11:10:15 +01:00
dependencies = [
2023-03-06 16:31:35 +01:00
"libc",
2023-03-01 11:10:15 +01:00
]
2023-03-06 16:31:35 +01:00
[[package]]
name = "libc"
version = "0.2.140"
2023-03-06 16:31:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"