aboutsummaryrefslogtreecommitdiff
path: root/stockton-contrib/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:24 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:24 +0100
commit6367a9ba5a549b62f01da61fb50323877b9f52ff (patch)
treeeb83ed6487f2ec35f9ea1e97124c9a173b8ceef0 /stockton-contrib/Cargo.toml
parentf84ec1a3e077fa0f2e9cd310b6e32e81f1bc1129 (diff)
refactor(all): move types to -skeleton
Diffstat (limited to 'stockton-contrib/Cargo.toml')
-rw-r--r--stockton-contrib/Cargo.toml2
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]