Add time_parse binary to Cargo.toml.

This commit is contained in:
Ethiraric 2024-04-16 17:31:06 +02:00
parent 9ee2d113bc
commit 777fdaa17d

View file

@ -39,3 +39,7 @@ harness = false
[[bin]]
name = "dump_events"
path = "tools/dump_events.rs"
[[bin]]
name = "time_parse"
path = "tools/time_parse.rs"