blob: 3fc010f58a6c76878cdcedc407e4313a2c4a0fda (
plain)
1
2
3
4
5
6
7
8
9
|
[package]
name = "input-codegen"
version = "0.1.0"
authors = ["Oscar Shrimpton <oscar.shrimpton.personal@gmail.com>"]
edition = "2018"
[dependencies]
stockton-input = { path = "../../stockton-input" }
stockton-input-codegen = { path = "../../stockton-input-codegen" }
|