Add repository link to Cargo.toml
This commit is contained in:
parent
d1a9630bad
commit
fa8af30e4d
|
@ -1,9 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "zephyr-config"
|
name = "zephyr-config"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Wrapper library for zephyr configuration defines"
|
description = "Wrapper library for zephyr configuration defines"
|
||||||
license = "ISC"
|
license = "ISC"
|
||||||
|
repository = "https://git.h6t.eu/madmo/zephyr-config"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.69.1"
|
bindgen = "0.69.1"
|
||||||
|
|
Loading…
Reference in a new issue