Add time_parse
binary to Cargo.toml.
This commit is contained in:
parent
9ee2d113bc
commit
777fdaa17d
1 changed files with 4 additions and 0 deletions
|
@ -39,3 +39,7 @@ harness = false
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "dump_events"
|
name = "dump_events"
|
||||||
path = "tools/dump_events.rs"
|
path = "tools/dump_events.rs"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "time_parse"
|
||||||
|
path = "tools/time_parse.rs"
|
||||||
|
|
Loading…
Reference in a new issue