mirror of
https://github.com/enso-org/enso.git
synced 2024-12-26 15:21:41 +03:00
23 lines
586 B
TOML
23 lines
586 B
TOML
[package]
|
|
name = "enso-generics"
|
|
version = "0.2.0"
|
|
authors = ["Enso Team <contact@luna-lang.org>"]
|
|
edition = "2021"
|
|
description = "A library for supporting generic programming."
|
|
readme = "README.md"
|
|
homepage = "https://github.com/enso-org/enso/lib/rust/generics"
|
|
repository = "https://github.com/enso-org/enso"
|
|
license-file = "../../LICENSE"
|
|
keywords = ["generic"]
|
|
categories = ["algorithms"]
|
|
publish = true
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
enso-zst = { path = "../zst" }
|
|
serde = { workspace = true }
|
|
nalgebra = { workspace = true }
|
|
paste = { workspace = true }
|
|
derivative = { workspace = true }
|