Set up machinery

This commit is contained in:
Jakub Konka
2020-01-17 14:54:05 +01:00
commit 6f6c6499c6
7 changed files with 46 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "wig-new"
version = "0.1.0"
authors = ["Jakub Konka <jakub.konka@golem.network>"]
edition = "2018"
[dependencies]
generate = { path = "crates/generate" }
[workspace]
members = ["crates/generate"]