enso/build/enso-formatter/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
246 B
TOML
Raw Normal View History

2022-03-10 06:47:00 +03:00
[package]
name = "enso-formatter"
version = "0.1.0"
authors = ["Enso Team <contact@enso.org>"]
edition = "2021"
[dependencies]
2023-01-27 03:09:09 +03:00
regex = { workspace = true }
ide-ci = { path = "../ci_utils" }
tokio = { workspace = true }
[lints]
workspace = true