mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 18:12:31 +03:00
15 lines
397 B
TOML
15 lines
397 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-logger = { path = "../../../lib/rust/logger" }
|
|
semver = "1.0.0"
|
|
|
|
[build-dependencies]
|
|
config-reader = { version = "0.1.0", path = "../../../lib/rust/config-reader" }
|