mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 20:21:36 +03:00
df8321d9da
Original commit: 17ee3dba94
21 lines
392 B
TOML
21 lines
392 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.15.0"
|
|
failure = "0.1.5"
|
|
itertools = "0.8"
|
|
num = "0.2.0"
|
|
paste = "0.1"
|
|
lazy_static = "1.4"
|
|
shrinkwraprs = "0.2.1"
|
|
smallvec = "1.0.0"
|
|
nalgebra = "0.19.0"
|