mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 08:31:32 +03:00
7c68bf170d
Removes the old GUI1 code base and reduces the Rust code footprint by removing unused code. # Important Notes Updates build scripts and reformats part of the codebase with the autoformatter.
19 lines
404 B
TOML
19 lines
404 B
TOML
[package]
|
|
name = "enso-pack"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["rlib"]
|
|
|
|
[dependencies]
|
|
futures = { version = "0.3" }
|
|
ide-ci = { path = "../../../build/ci_utils" }
|
|
manifest-dir-macros = "0.1.16"
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
tokio = { workspace = true }
|
|
walkdir = "2"
|
|
enso-prelude = { path = "../prelude" }
|