mirror of https://codeberg.org/topola/topola.git
fix(cargo): remove accidentally added unused cargo dependency
This commit is contained in:
parent
fe8fd3909f
commit
0cac186aa4
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue