mirror of
https://github.com/enso-org/enso.git
synced 2024-12-26 07:15:10 +03:00
19 lines
382 B
TOML
19 lines
382 B
TOML
[package]
|
|
name = "ensogl-pack"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["rlib"]
|
|
|
|
[dependencies]
|
|
ide-ci = { path = "../../../../build/ci_utils" }
|
|
manifest-dir-macros = "0.1.16"
|
|
regex = { workspace = true }
|
|
tempfile = "3"
|
|
tokio = { workspace = true }
|
|
fs_extra = "1.2.0"
|
|
walkdir = "2"
|
|
enso-prelude = { path = "../../prelude" }
|