Skip to content

Commit 0897b81

Browse files
committed
add crate metadata
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 5dd95dd commit 0897b81

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "cargo-hyperlight"
33
version = "0.1.0"
44
edition = "2024"
5+
license = "Apache-2.0"
6+
homepage = "https://github.com/hyperlight-dev/cargo-hyperlight"
7+
repository = "https://github.com/hyperlight-dev/cargo-hyperlight"
8+
readme = "README.md"
9+
description = "cargo subcommand to build hyperlight guest binaries"
510

611
[dependencies]
712
anyhow = "1.0"

0 commit comments

Comments
 (0)