aboutsummaryrefslogtreecommitdiff
path: root/stockton-types/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:20 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:20 +0100
commitd076d3a6fd484e298915cd85609ba9706abacc87 (patch)
tree0d74395ff54e56fd54cab35ec0f27254e8306822 /stockton-types/Cargo.toml
parent5dc6c64394d1e0a09c882b88ecb2b8f04f9e5b22 (diff)
refactor(all): move stockton-bsp to this repo and start using traits
Diffstat (limited to 'stockton-types/Cargo.toml')
-rw-r--r--stockton-types/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stockton-types/Cargo.toml b/stockton-types/Cargo.toml
index 0ce5c40..02205ca 100644
--- a/stockton-types/Cargo.toml
+++ b/stockton-types/Cargo.toml
@@ -6,4 +6,4 @@ edition = "2018"
[dependencies]
nalgebra-glm = "^0.6"
-stockton-bsp = { git = "https://github.com/tcmal/rust-bsp.git" }
+stockton-levels = { path = "../stockton-levels" }