diff --git a/Cargo.toml b/Cargo.toml index 44e1fe91..57b6a250 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,6 +25,7 @@ version = "0.4.0" authors = ["Renato Westphal "] license = "MIT" edition = "2021" +repository = "https://github.com/holo-routing/holo" [workspace.dependencies] async-trait = "0.1" diff --git a/holo-yang/Cargo.toml b/holo-yang/Cargo.toml index b85230de..a93f6c12 100644 --- a/holo-yang/Cargo.toml +++ b/holo-yang/Cargo.toml @@ -4,6 +4,8 @@ version.workspace = true authors.workspace = true license.workspace = true edition.workspace = true +repository.workspace = true +description = "YANG module of Holo Routing, including embedded YANG models and utility code" [dependencies] maplit.workspace = true