Transfer commit

This commit is contained in:
2023-03-21 19:36:40 +00:00
parent 180ebb56fa
commit f3ce910f66
63 changed files with 1410 additions and 1023 deletions

View File

@@ -7,15 +7,11 @@ edition = "2021"
[dependencies]
thiserror = "1.0"
chumsky = "0.8"
derivative = "2.2"
hashbrown = "0.12"
chumsky = "0.9.2"
hashbrown = "0.13.2"
mappable-rc = "0.1"
ordered-float = "3.0"
itertools = "0.10"
smallvec = { version = "1.10.0", features = ['const_generics'] }
lazy_static = "1.4.0"
implicit-clone = "0.3.5"
bitvec = "1.0.1"
dyn-clone = "1.0.11"
paste = "1.0.11"
lasso = { version = "0.6.0", features = ['multi-threaded'] }