diff options
Diffstat (limited to 'stockton-contrib/Cargo.toml')
-rw-r--r-- | stockton-contrib/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stockton-contrib/Cargo.toml b/stockton-contrib/Cargo.toml index b06afc1..c6630e2 100644 --- a/stockton-contrib/Cargo.toml +++ b/stockton-contrib/Cargo.toml @@ -7,8 +7,8 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +stockton-skeleton = { path = "../stockton-skeleton" } stockton-input = { path = "../stockton-input" } -stockton-types = { path = "../stockton-types" } legion = { version = "^0.3" } [features] |