From fa8af30e4d75d0481539bd6b486ed4dcf215d7c4 Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Wed, 7 Feb 2024 09:47:44 +0100 Subject: [PATCH] Add repository link to Cargo.toml --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e034831..5168af3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "zephyr-config" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Wrapper library for zephyr configuration defines" license = "ISC" +repository = "https://git.h6t.eu/madmo/zephyr-config" [build-dependencies] bindgen = "0.69.1"