We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd95dd commit 0897b81Copy full SHA for 0897b81
1 file changed
Cargo.toml
@@ -2,6 +2,11 @@
2
name = "cargo-hyperlight"
3
version = "0.1.0"
4
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"
10
11
[dependencies]
12
anyhow = "1.0"
0 commit comments