mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
rename
This commit is contained in:
parent
7a9fb10037
commit
58721666b8
10 changed files with 48 additions and 38 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "cloud-log-analyser"
|
||||
name = "logsmash"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.74.0"
|
||||
|
|
@ -12,7 +12,7 @@ serde_json = "1.0.120"
|
|||
regex = "1.10.5"
|
||||
log = "0.4.22"
|
||||
clap = { version = "=4.1.3", features = ["derive"] }
|
||||
cloud-log-analyser-data = { version = "0.1.0", path = "./data" }
|
||||
logsmash-data = { version = "0.1.0", path = "./data" }
|
||||
zip = "2.1.5"
|
||||
itertools = "0.13.0"
|
||||
ratatui = "0.27.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue