mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 19:03:27 +03:00
ad69eeb4ad
Merged the build script into main repository. Some related cleanups.
11 lines
203 B
TOML
11 lines
203 B
TOML
[package]
|
|
name = "enso-formatter"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
regex = "1"
|
|
ide-ci = { path = "../ci_utils" }
|
|
tokio = { workspace = true }
|