Add description and license

This commit is contained in:
ZacJW 2025-12-10 14:25:58 +00:00
parent 9bf9d42ad3
commit a39b36610a
2 changed files with 341 additions and 0 deletions

View file

@ -3,5 +3,8 @@ 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"