refactor(tvix): condense long bytestrings

Change-Id: I3bea0827ec2c8db835334ce378a7bf3a39e9b1a3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9849
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
edef 2023-10-27 01:12:26 +00:00
parent 55c37a2871
commit 6a0a75c8e1
11 changed files with 66 additions and 92 deletions

View file

@ -36,6 +36,7 @@ tonic-build = "0.10.2"
test-case = "2.2.2"
tempfile = "3.3.0"
tokio-retry = "0.3.0"
hex-literal = "0.4.1"
[features]
default = []