enso/lib/rust/data-structures/Cargo.toml
Michał Wawrzyniec Urbańczyk e7ca4aaf25
Removed enso-types and a some unused dependencies. (#9342)
Removed `enso-types` crate which had only one reference in unused part of the code. Removed some unused dependencies from `Cargo.toml` files.

# Important Notes
CI has a similar hiccup as before. Please disregard this for now in the review.
2024-03-11 17:44:39 +00:00

22 lines
555 B
TOML

[package]
name = "enso-data-structures"
version = "0.2.0"
authors = ["Enso Team <contact@luna-lang.org>"]
edition = "2021"
description = "A collection of useful data structures."
readme = "README.md"
homepage = "https://github.com/enso-org/enso/lib/rust/data"
repository = "https://github.com/enso-org/enso"
license-file = "../../LICENSE"
keywords = []
categories = ["data-structures"]
publish = true
[lib]
crate-type = ["rlib", "cdylib"]
[dependencies]
enso-prelude = { path = "../prelude" }
serde = { workspace = true }
failure = { workspace = true }