forked from Orchid/orchid
STL rework
- fixed lots of bugs - overlay libraries work correctly and reliably - the STL is an overlay library - examples updated
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@@ -23,11 +23,12 @@ doc = false
|
||||
|
||||
[dependencies]
|
||||
thiserror = "1.0"
|
||||
chumsky = "0.9.2"
|
||||
hashbrown = "0.13.2"
|
||||
ordered-float = "3.0"
|
||||
chumsky = "0.9"
|
||||
hashbrown = "0.13"
|
||||
ordered-float = "3.7"
|
||||
itertools = "0.10"
|
||||
dyn-clone = "1.0.11"
|
||||
clap = { version = "4.2.4", features = ["derive"] }
|
||||
trait-set = "0.3.0"
|
||||
paste = "1.0.12"
|
||||
dyn-clone = "1.0"
|
||||
clap = { version = "4.3", features = ["derive"] }
|
||||
trait-set = "0.3"
|
||||
paste = "1.0"
|
||||
rust-embed = { version = "6.6", features = ["include-exclude"] }
|
||||
|
||||
Reference in New Issue
Block a user