mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 22:01:42 +03:00
17 lines
333 B
TOML
17 lines
333 B
TOML
|
[package]
|
||
|
name = "enso-install-config"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
embed-resource = "2.4.0"
|
||
|
enso-build-base = { path = "../../base" }
|
||
|
ide-ci = { path = "../../ci_utils" }
|
||
|
serde = { workspace = true }
|
||
|
serde_json = { workspace = true }
|
||
|
tempfile = "3.2.0"
|
||
|
walkdir = { workspace = true }
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|