mirror of
https://github.com/enso-org/enso.git
synced 2024-12-30 21:24:25 +03:00
e7ca4aaf25
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.
14 lines
306 B
TOML
14 lines
306 B
TOML
[package]
|
|
name = "enso-reflect"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
|
|
[dependencies]
|
|
enso-reflect-macros = { path = "macros" }
|
|
enso-metamodel = { path = "../metamodel", features = ["rust"] }
|
|
|
|
[features]
|
|
default = ["graphviz"]
|
|
graphviz = ["enso-metamodel/graphviz"]
|