chore: Remove unused dependencies
This diff is collapsed.
... | ... | @@ -60,30 +60,26 @@ required-features = ["piston"] |
name = "ion" | ||
path = "src/main.rs" | ||
[build-dependencies] | ||
version_check = "0.9" | ||
[dependencies] | ||
calculate = { git = "https://gitlab.redox-os.org/redox-os/calc" } | ||
err-derive = "0.1" | ||
glob = "0.3" | ||
itoa = "0.4" | ||
liner = { git = "https://gitlab.redox-os.org/redox-os/liner" } | ||
rand = "0.7" | ||
regex = "1.1" | ||
regex = "1.2" | ||
small = { git = "https://gitlab.redox-os.org/redox-os/small", features = ["std"] } | ||
smallvec = "0.6" | ||
unicode-segmentation = "1.2" | ||
unicode-segmentation = "1.3" | ||
ion-ranges = { version = "0.1", path = "members/ranges" } | ||
scopes = { version = "0.1", path = "members/scopes-rs" } | ||
types-rs = { version = "0.1", path = "members/types-rs" } | ||
builtins-proc = { version = "0.1", path = "members/builtins-proc" } | ||
hashbrown = "0.5" | ||
hashbrown = "0.6" | ||
itertools = "0.8" | ||
lexical = "2.0" | ||
lexical = "3.0" | ||
object-pool = "0.3.1" | ||
auto_enums = "0.5.5" | ||
structopt = "^0.2" | ||
structopt = "0.2" | ||
atty = "0.2" | ||
permutate = "0.3" | ||
xdg = "2.1" | ||
... | ... |
Please register or sign in to comment