aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.lock44
1 files changed, 22 insertions, 22 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f06e8e12..223330e4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3919,7 +3919,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
-name = "turtle"
+name = "turtle-api"
+version = "20.0.0"
+dependencies = [
+ "eyre",
+ "hyper-util",
+ "prost",
+ "protox",
+ "regex",
+ "sqlx",
+ "time",
+ "tokio",
+ "tonic",
+ "tonic-prost",
+ "tonic-prost-build",
+ "tower",
+ "turtle-common",
+ "typed-builder",
+ "uuid",
+]
+
+[[package]]
+name = "turtle-client"
version = "20.0.0"
dependencies = [
"clap",
@@ -3951,27 +3972,6 @@ dependencies = [
]
[[package]]
-name = "turtle-api"
-version = "20.0.0"
-dependencies = [
- "eyre",
- "hyper-util",
- "prost",
- "protox",
- "regex",
- "sqlx",
- "time",
- "tokio",
- "tonic",
- "tonic-prost",
- "tonic-prost-build",
- "tower",
- "turtle-common",
- "typed-builder",
- "uuid",
-]
-
-[[package]]
name = "turtle-common"
version = "20.0.0"
dependencies = [