mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 16:18:23 +03:00
15 lines
442 B
TOML
15 lines
442 B
TOML
[package]
|
|
name = "logstat"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "3", features = ["derive"] }
|
|
lazy_static = { workspace = true }
|
|
enso-prelude = { path = "../../../lib/rust/prelude" }
|
|
regex = { workspace = true }
|
|
time = { version = "0.3", features = ["formatting", "parsing"] }
|
|
tokio = { workspace = true }
|
|
tokio-stream = { version = "0.1.9", features = ["io-util"] }
|