track events

This commit is contained in:
shim_
2019-01-09 22:22:49 +01:00
parent f6c1c2771e
commit c58c970cad
6 changed files with 246 additions and 0 deletions

14
wg-event-gen/Cargo.lock generated Normal file
View File

@@ -0,0 +1,14 @@
[[package]]
name = "strum"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "wg-event-gen"
version = "0.1.0"
dependencies = [
"strum 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum strum 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f6b3fc98c482ff9bb37a6db6a6491218c4c82bec368bd5682033e5b96b969143"