2021-11-16 12:04:56 +03:00
|
|
|
[package]
|
|
|
|
name = "enso-config"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Enso Team <contact@enso.org>"]
|
2021-12-01 18:06:57 +03:00
|
|
|
edition = "2021"
|
2021-11-16 12:04:56 +03:00
|
|
|
|
|
|
|
[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" }
|
2023-05-08 17:13:53 +03:00
|
|
|
semver = { workspace = true }
|
|
|
|
thiserror = { workspace = true }
|
2021-11-16 12:04:56 +03:00
|
|
|
|
|
|
|
[build-dependencies]
|
2023-01-28 01:39:37 +03:00
|
|
|
config-reader = { path = "../../../lib/rust/config-reader" }
|