Upload Cargo.toml
Browse files- Cargo.toml +1 -1
Cargo.toml
CHANGED
|
@@ -6,7 +6,7 @@ description = "Vehicle routing quickstart for SolverForge"
|
|
| 6 |
publish = false
|
| 7 |
|
| 8 |
[dependencies]
|
| 9 |
-
solverforge = { version = "0.
|
| 10 |
rand = "0.8"
|
| 11 |
|
| 12 |
axum = "0.8"
|
|
|
|
| 6 |
publish = false
|
| 7 |
|
| 8 |
[dependencies]
|
| 9 |
+
solverforge = { version = "0.4.0", features = ["serde"] }
|
| 10 |
rand = "0.8"
|
| 11 |
|
| 12 |
axum = "0.8"
|