2025-11-29 12:10:00 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
|
version = 4
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libburn-rs"
|
|
|
|
|
version = "0.1.0"
|
2025-12-10 14:12:27 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"libburn-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libburn-sys"
|
|
|
|
|
version = "0.1.0"
|
2025-12-10 14:56:56 +00:00
|
|
|
source = "git+https://forgejo.zacjw.com/zac/libburn-sys.git#41952f7b02c6d8950a043d1c778f968f9398722c"
|
2025-12-10 14:12:27 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
|
|
|
|
version = "0.2.178"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
|