Add libburn-sys dependency
This commit is contained in:
parent
c303d0f928
commit
95cd3c880c
2 changed files with 18 additions and 0 deletions
17
Cargo.lock
generated
17
Cargo.lock
generated
|
|
@ -5,3 +5,20 @@ version = 4
|
|||
[[package]]
|
||||
name = "libburn-rs"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"libburn-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libburn-sys"
|
||||
version = "0.1.0"
|
||||
source = "git+https://forgejo.zacjw.com/zac/libburn-sys.git#9bf9d42ad329f67896a3c29a0dd800885ac906f8"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.178"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
|
||||
|
|
|
|||
|
|
@ -4,3 +4,4 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
libburn-sys = { git = "https://forgejo.zacjw.com/zac/libburn-sys.git", version = "0.1.0" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue