From cda79a4145fb8d812995013e6b6061c04e722177 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 31 Mar 2024 17:12:35 +0000 Subject: [PATCH] Set repository for dlopen2-derive This makes it easier to find source repository for crate https://crates.io/crates/dlopen2_derive --- dlopen2-derive/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/dlopen2-derive/Cargo.toml b/dlopen2-derive/Cargo.toml index 658b097..7f7bb88 100644 --- a/dlopen2-derive/Cargo.toml +++ b/dlopen2-derive/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Szymon Wieloch ", "OpenByte "] description = "Derive macros for the dlopen2 crate." license = "MIT" +repository = "https://github.com/OpenByteDev/dlopen2" edition = "2021" [lib]