enso/tools/language-server/logstat/Cargo.toml

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

18 lines
448 B
TOML
Raw Normal View History

[package]
name = "logstat"
version = "0.1.0"
authors = ["Enso Team <contact@enso.org>"]
edition = "2021"
[dependencies]
clap = { workspace = true }
2023-01-28 01:39:37 +03:00
lazy_static = { workspace = true }
enso-prelude = { path = "../../../lib/rust/prelude" }
2023-01-27 03:09:09 +03:00
regex = { workspace = true }
time = { version = "0.3", features = ["formatting", "parsing"] }
tokio = { workspace = true }
tokio-stream = { version = "0.1.9", features = ["io-util"] }
[lints]
workspace = true