aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'crates/hule-image/Cargo.toml')
-rw-r--r--crates/hule-image/Cargo.toml17+17 −0
1 files changed, 17 insertions, 0 deletions
diff --git a/crates/hule-image/Cargo.toml b/crates/hule-image/Cargo.toml
new file mode 100644
--- /dev/null
+++ b/crates/hule-image/Cargo.toml
@@ -0,0 +1,17 @@
+# SPDX-FileCopyrightText: 2026 Nikolay Govorov
+# SPDX-License-Identifier: Apache-2.0
+
+[package]
+name = "hule-image"
+description = "Types and validation for Hule machine images"
+
+publish.workspace = true
+edition.workspace = true
+version.workspace = true
+license.workspace = true
+authors.workspace = true
+repository.workspace = true
+
+[dependencies]
+serde.workspace = true
+serde_json.workspace = true