enso/app/gui/config/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
394 B
TOML
Raw Normal View History

[package]
name = "enso-config"
version = "0.1.0"
authors = ["Enso Team <contact@enso.org>"]
2021-12-01 18:06:57 +03:00
edition = "2021"
[dependencies]
ensogl = { path = "../../../lib/rust/ensogl" }
2022-05-23 05:16:04 +03:00
enso-prelude = { path = "../../../lib/rust/prelude" }
2023-02-19 03:37:58 +03:00
enso-json-to-struct = { path = "../../../lib/rust/json-to-struct" }
semver = "1.0.0"
[build-dependencies]
2023-01-28 01:39:37 +03:00
config-reader = { path = "../../../lib/rust/config-reader" }