2024-05-13 04:21:03 +08:00
|
|
|
[workspace]
|
2024-08-06 23:09:04 +08:00
|
|
|
members = [
|
|
|
|
"exercises/*/*",
|
|
|
|
"helpers/common",
|
|
|
|
"helpers/mdbook-exercise-linker",
|
|
|
|
"helpers/mdbook-link-shortener",
|
|
|
|
"helpers/ticket_fields",
|
|
|
|
]
|
2024-05-13 04:21:03 +08:00
|
|
|
resolver = "2"
|
2024-08-01 21:14:10 +08:00
|
|
|
|
|
|
|
# This is needed to guarantee the expected behaviour on that specific exercise,
|
|
|
|
# regardless of the "global" setting for `overflow-checks` on the `dev` profile.
|
|
|
|
[profile.dev.package.copy]
|
2024-08-01 21:33:23 +08:00
|
|
|
overflow-checks = true
|