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

8
wg-event-gen/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "wg-event-gen"
version = "0.1.0"
authors = ["shimun <wg.shimun@shimun.net>"]
edition = "2018"
[dependencies]
strum = "0.13.0"