Initial something

This commit is contained in:
Jyri Eerola 2018-04-02 21:56:47 +03:00
commit 8cd88c761b
11 changed files with 338146 additions and 0 deletions

10
Cargo.toml~ Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "t2"
version = "0.1.0"
authors = ["Jyri Eerola <jyri.eerola@jrd.fi>"]
[dependencies]
regex = "0.2"
serde = "1.0"
serde_derive = "1.0"
rmp-serde = "0.13.7"