enso/lib/rust/enso-pack/Cargo.toml
Michael Mauderer 7c68bf170d
Remove gui1 codebase (#9242)
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.
2024-03-07 02:20:21 +00:00

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" }