Initial commit
This commit is contained in:
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "postfix-log-viewer"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
crossterm = { version = "0.27.0", features = ["event-stream"] }
|
||||
ratatui = { version = "0.24.0", features = ["crossterm"] }
|
||||
chrono = { version = "0.4.24", features = ["serde"] }
|
||||
regex = "1.9.0"
|
||||
anyhow = "1.0.71"
|
||||
log = "0.4.17"
|
||||
simplelog = "0.12.1"
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
Reference in New Issue
Block a user