summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock26
1 files changed, 13 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 33f324c..d012bfd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -682,19 +682,6 @@ dependencies = [
]
[[package]]
-name = "joeac-build"
-version = "0.1.0"
-dependencies = [
- "anyhow",
- "dirs",
- "git2",
- "is_executable",
- "rocket",
- "serde",
- "toml 1.1.2+spec-1.1.0",
-]
-
-[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1317,6 +1304,19 @@ dependencies = [
]
[[package]]
+name = "shapi"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "dirs",
+ "git2",
+ "is_executable",
+ "rocket",
+ "serde",
+ "toml 1.1.2+spec-1.1.0",
+]
+
+[[package]]
name = "sharded-slab"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"