Set up machinery
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user