Skip to content

Commit

Permalink
yang: prepare crate for publishing
Browse files Browse the repository at this point in the history
Add the description field as it's required by crates.io to publish
crates.

The `holo-yang` crate needs to be published since it's used by
`holo-cli`, and `holo-cli` is going to be moved to a separate
repository (see #12).

Eventually, we want all Holo crates on crates.io, but it's too early
for that now.

Signed-off-by: Renato Westphal <[email protected]>
  • Loading branch information
rwestphal committed Apr 9, 2024
1 parent 3785932 commit 54bf1ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ version = "0.4.0"
authors = ["Renato Westphal <[email protected]>"]
license = "MIT"
edition = "2021"
repository = "https://github.com/holo-routing/holo"

[workspace.dependencies]
async-trait = "0.1"
Expand Down
2 changes: 2 additions & 0 deletions holo-yang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54bf1ed

Please sign in to comment.