feat: remove test bin

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-24 14:09:24 +02:00
parent 207a6f5c44
commit d37462941c
6 changed files with 21 additions and 52 deletions

12
Cargo.lock generated
View File

@@ -551,7 +551,12 @@ version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"bytes 0.4.12",
"crunch-file",
"crunch-traits",
"prost 0.12.1",
"prost-build",
"prost-types 0.12.1",
"tokio",
"tracing",
]
@@ -1926,13 +1931,6 @@ dependencies = [
"windows-sys",
]
[[package]]
name = "test-bin"
version = "0.1.0"
dependencies = [
"crunch-envelope",
]
[[package]]
name = "textwrap"
version = "0.16.0"