diff options
Diffstat (limited to '')
| -rw-r--r-- | Cargo.lock | 44 |
1 files changed, 22 insertions, 22 deletions
@@ -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 = [ |
