mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 16:44:48 +03:00
11 lines
220 B
TOML
11 lines
220 B
TOML
[package]
|
|
name = "enso-formatter"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
regex = { workspace = true }
|
|
ide-ci = { path = "../ci_utils" }
|
|
tokio = { workspace = true }
|