blob: 91acefd61792cc2cb377eb42a711ec0cc5162170 (
plain)
1
2
3
4
5
6
7
8
9
|
[package]
name = "input-codegen"
version = "0.1.0"
authors = ["Aria Shrimpton <me@aria.rip>"]
edition = "2018"
[dependencies]
stockton-input = { path = "../../stockton-input" }
stockton-input-codegen = { path = "../../stockton-input-codegen" }
|