mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 15:24:59 +03:00
20 lines
550 B
TOML
20 lines
550 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]
|
|
serde = { version = "1.0.0", features = ["derive"] }
|
|
nalgebra = { version = "0.26.1", features = ["serde-serialize"] }
|