Add repository link to Cargo.toml

This commit is contained in:
Moritz Bitsch 2024-02-07 09:47:44 +01:00
parent d1a9630bad
commit fa8af30e4d

View file

@ -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"