From d10e55eb63c2976981258264c88b48e81e964843 Mon Sep 17 00:00:00 2001 From: ZacJW Date: Wed, 10 Dec 2025 14:32:32 +0000 Subject: [PATCH] Add repository and links entries --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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"