mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 21:22:49 +03:00
22785293c2
Original commit: 25bb702b48
26 lines
602 B
TOML
26 lines
602 B
TOML
[package]
|
|
name = "basegl-prelude"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@luna-lang.org>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
boolinator = "2.4.0"
|
|
derivative = "1.0.3"
|
|
derive_more = "0.99.2"
|
|
enclose = "1.1.8"
|
|
failure = "0.1.5"
|
|
ifmt = "0.2.0"
|
|
itertools = "0.8"
|
|
lazy_static = "1.4"
|
|
num = "0.2.0"
|
|
paste = "0.1"
|
|
shrinkwraprs = "0.3.0"
|
|
smallvec = "1.0.0"
|
|
|
|
# TODO: should be behind a flag, as the `nalgebra` package is pretty big and this crate would be
|
|
# also useful for projects which do not require `nalgebra`.
|
|
nalgebra = "0.19.0"
|