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"