forked from Orchid/orchid
September-october commit
- manual parser - stl refinements - all language constructs are now Send
This commit is contained in:
@@ -22,18 +22,14 @@ doc = false
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
thiserror = "1.0"
|
||||
chumsky = "0.9"
|
||||
hashbrown = "0.14"
|
||||
ordered-float = "3.7"
|
||||
ordered-float = "4.1"
|
||||
itertools = "0.11"
|
||||
dyn-clone = "1.0"
|
||||
clap = { version = "4.3", features = ["derive"] }
|
||||
trait-set = "0.3"
|
||||
paste = "1.0"
|
||||
rust-embed = { version = "8.0", features = ["include-exclude"] }
|
||||
duplicate = "1.0.0"
|
||||
take_mut = "0.2.2"
|
||||
unicode-segmentation = "1.10.1"
|
||||
polling = "3.0.0"
|
||||
derive_more = "0.99.17"
|
||||
|
||||
Reference in New Issue
Block a user