10 lines
225 B
TOML
10 lines
225 B
TOML
[package]
|
|
name = "libburn-sys"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
description = "Low-level unsafe bindings to libburn, a library for working with optical drives"
|
|
license = "GPL-2.0-or-later"
|
|
|
|
[dependencies]
|
|
libc = "0.2.177"
|