Add hook/event system

This commit is contained in:
Pascal Kuthe 2023-12-01 00:03:26 +01:00 committed by Blaž Hrastnik
parent 7d7ace551c
commit 13ed4f6c47
26 changed files with 1023 additions and 49 deletions

6
Cargo.lock generated
View file

@ -1102,6 +1102,12 @@ dependencies = [
name = "helix-event"
version = "23.10.0"
dependencies = [
"ahash",
"anyhow",
"futures-executor",
"hashbrown 0.14.3",
"log",
"once_cell",
"parking_lot",
"tokio",
]