forked from Orchid/orchid
Almost Alpha
Massive improvements across the board. One day I'll adopt incremental commits.
This commit is contained in:
36
Cargo.toml
36
Cargo.toml
@@ -1,15 +1,13 @@
|
||||
[package]
|
||||
name = "orchidlang"
|
||||
version = "0.2.2"
|
||||
version = "0.3.0"
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-or-later"
|
||||
license = "GPL-3.0"
|
||||
repository = "https://github.com/lbfalvy/orchid"
|
||||
description = """
|
||||
An embeddable pure functional scripting language
|
||||
"""
|
||||
authors = [
|
||||
"Lawrence Bethlenfalvy <lbfalvy@protonmail.com>"
|
||||
]
|
||||
authors = ["Lawrence Bethlenfalvy <lbfalvy@protonmail.com>"]
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
@@ -23,21 +21,21 @@ doc = false
|
||||
|
||||
[dependencies]
|
||||
hashbrown = "0.14"
|
||||
ordered-float = "4.1"
|
||||
ordered-float = "4.2"
|
||||
itertools = "0.12"
|
||||
dyn-clone = "1.0"
|
||||
clap = { version = "4.4", features = ["derive"] }
|
||||
trait-set = "0.3"
|
||||
paste = "1.0"
|
||||
rust-embed = { version = "8.0", features = ["include-exclude"] }
|
||||
take_mut = "0.2.2"
|
||||
unicode-segmentation = "1.10.1"
|
||||
polling = "3.3.0"
|
||||
never = "0.1.0"
|
||||
memorize = "2.0.0"
|
||||
substack = "1.1.0"
|
||||
rayon = "1.8.0"
|
||||
intern-all = "0.2.0"
|
||||
once_cell = "1.19.0"
|
||||
const_format = "0.2.32"
|
||||
termsize = "0.1.6"
|
||||
rust-embed = { version = "8.2", features = ["include-exclude"] }
|
||||
take_mut = "0.2"
|
||||
unicode-segmentation = "1.11"
|
||||
never = "0.1"
|
||||
substack = "1.1"
|
||||
intern-all = "0.4.1"
|
||||
once_cell = "1.19"
|
||||
const_format = "0.2"
|
||||
bound = "0.5"
|
||||
# Dependencies of orcx
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
rayon = "1.8"
|
||||
termsize = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user