mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
group by route
This commit is contained in:
parent
a00565cf65
commit
e982a12df5
18 changed files with 2153 additions and 446 deletions
|
|
@ -16,12 +16,14 @@ thiserror = "1.0.63"
|
|||
serde = { version = "1.0.204", features = ["derive"] }
|
||||
serde_json = "1.0.120"
|
||||
walkdir = "2.5.0"
|
||||
tree-sitter = "0.22.6"
|
||||
tree-sitter-php = "0.22.7"
|
||||
tree-sitter = "0.25.8"
|
||||
tree-sitter-php = "0.24.2"
|
||||
memchr = "2.7.4"
|
||||
databake = { version = "0.1.8", features = ["derive"] }
|
||||
regex = "1.10.5"
|
||||
sprintf = "0.3.1"
|
||||
nextcloud_appinfo = "0.6.0"
|
||||
nextcloud-route-extractor = { version = "0.1.0", git = "https://codeberg.org/icewind/nextcloud-route-extractor.git" }
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.1.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue