diff options
Diffstat (limited to 'stockton-input/Cargo.toml')
-rw-r--r-- | stockton-input/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stockton-input/Cargo.toml b/stockton-input/Cargo.toml index 39c0666..fa6507f 100644 --- a/stockton-input/Cargo.toml +++ b/stockton-input/Cargo.toml @@ -4,4 +4,5 @@ version = "0.1.0" authors = ["Oscar Shrimpton <oscar.shrimpton.personal@gmail.com>"] edition = "2018" -[dependencies]
\ No newline at end of file +[dependencies] +stockton-types = { path = "../stockton-types" }
\ No newline at end of file |