aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10+2 −8
1 files changed, 2 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 825ad03..1eb1be9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2026 Nikolay Govorov
+# SPDX-FileCopyrightText: 2026 Nikolay Govorov
# SPDX-License-Identifier: Apache-2.0
[workspace]
@@ -11,15 +11,9 @@ edition = "2024"
version = "0.1.0"
license = "Apache-2.0"
authors = ["Nikolay Govorov <me@govorov.online>"]
-repository = "https://git.dimidiumlabs.io/hule"
+repository = "https://github.com/dimidiumlabs/hule"
[workspace.dependencies]
# local dependencies
-hule-hmi = { path = "crates/hule-hmi" }
hule-oci = { path = "crates/hule-oci" }
hule-vmm = { path = "crates/hule-vmm" }
-
-# external dependencies
-serde = { version = "1", features = ["derive"] }
-serde_json = "1"
-tokio = "1"