enso/app/gui/config/Cargo.toml
2023-02-19 01:37:58 +01:00

15 lines
394 B
TOML

[package]
name = "enso-config"
version = "0.1.0"
authors = ["Enso Team <contact@enso.org>"]
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 = "1.0.0"
[build-dependencies]
config-reader = { path = "../../../lib/rust/config-reader" }