fix(cargo): remove accidentally added unused cargo dependency

This commit is contained in:
Mikolaj Wielgus 2024-12-02 06:06:41 +01:00
parent fe8fd3909f
commit 0cac186aa4
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ derive-getters.workspace = true
enum_dispatch = "0.3.13" enum_dispatch = "0.3.13"
geo.workspace = true geo.workspace = true
petgraph.workspace = true petgraph.workspace = true
replace_with = "0.1.7"
rstar.workspace = true rstar.workspace = true
serde.workspace = true serde.workspace = true
spade.workspace = true spade.workspace = true