mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 16:18:23 +03:00
15 lines
434 B
TOML
15 lines
434 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 = "1.4.0"
|
||
|
enso-prelude = { path = "../../../lib/rust/prelude" }
|
||
|
regex = "1.6.0"
|
||
|
time = { version = "0.3", features = ["formatting", "parsing"] }
|
||
|
tokio = { version = "1", features = ["full"] }
|
||
|
tokio-stream = { version = "0.1.9", features = ["io-util"] }
|