feat: with envelope tests

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-18 21:25:45 +02:00
parent 795d009cd0
commit d4d5374392
5 changed files with 46 additions and 0 deletions

7
Cargo.lock generated
View File

@@ -729,6 +729,13 @@ dependencies = [
"unicode-ident",
]
[[package]]
name = "test-bin"
version = "0.1.0"
dependencies = [
"crunch-envelope",
]
[[package]]
name = "textwrap"
version = "0.16.0"