This commit is contained in:
danijoo
2017-01-21 14:03:08 +01:00
commit f95c1da06a
13 changed files with 916 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "mclj"
version = "0.1.0"
authors = ["Daniel Bauer <daniel.bauer@headlezz.net>"]
[dependencies]
rand = "0.3.15"
[profile.release]
lto = true
opt-level = 3