[package] name = "enso-config" version = "0.1.0" authors = ["Enso Team "] edition = "2021" [dependencies] ensogl = { path = "../../../lib/rust/ensogl" } enso-prelude = { path = "../../../lib/rust/prelude" } enso-json-to-struct = { path = "../../../lib/rust/json-to-struct" } semver = { workspace = true } thiserror = { workspace = true } [build-dependencies] config-reader = { path = "../../../lib/rust/config-reader" }