mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 05:41:32 +03:00
14 lines
244 B
TOML
14 lines
244 B
TOML
|
[package]
|
||
|
name = "basegl-prelude"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Wojciech Danilo <wojciech.danilo@gmail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[lib]
|
||
|
|
||
|
[dependencies]
|
||
|
failure = "0.1.5"
|
||
|
derive_more = "0.15.0"
|
||
|
shrinkwraprs = "0.2.1"
|
||
|
itertools = "0.8"
|