overlap-notify: Initial implementation

This commit is contained in:
Victoria Brekenfeld 2024-09-19 18:11:54 +02:00 committed by Victoria Brekenfeld
parent 9c7c41c508
commit bd04d68106
5 changed files with 405 additions and 0 deletions

View file

@ -59,6 +59,7 @@ zbus = "4.4.0"
profiling = { version = "1.0" }
rustix = { version = "0.38.32", features = ["process"] }
smallvec = "1.13.2"
rand = "0.8.5"
[dependencies.id_tree]
branch = "feature/copy_clone"