diff --git a/Cargo.toml b/Cargo.toml index fda82b7..79ca4e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,9 @@ edition = "2024" description = "Low-level unsafe bindings to libburn, a library for working with optical drives" license = "GPL-2.0-or-later" +repository = "https://forgejo.zacjw.com/zac/libburn-sys" + +links = "burn" [dependencies] libc = "0.2.177"