Support declaring bytearray literals as base16 strings.

This commit is contained in:
KtorZ
2022-12-29 13:08:58 +01:00
parent 6f8d1698fe
commit 3139c85fe8
5 changed files with 94 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"]
[dependencies]
chumsky = "0.8.0"
hex = "0.4.3"
indexmap = "1.9.1"
indoc = "1.0.7"
itertools = "0.10.5"