Use libc for off_t and timeval

This commit is contained in:
ZacJW 2025-11-15 18:49:13 +00:00
parent d17cd9cbbd
commit 330bfd1523
3 changed files with 46 additions and 50 deletions

9
Cargo.lock generated
View file

@ -5,3 +5,12 @@ version = 4
[[package]]
name = "libburn-sys"
version = "0.1.0"
dependencies = [
"libc",
]
[[package]]
name = "libc"
version = "0.2.177"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"