100-exercises-to-learn-rust/Cargo.toml

9 lines
344 B
TOML
Raw Normal View History

2024-05-12 22:21:03 +02:00
[workspace]
members = ["exercises/*/*", "helpers/common", "helpers/mdbook-exercise-linker", "helpers/ticket_fields"]
2024-05-12 22:21:03 +02:00
resolver = "2"
# 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 15:33:23 +02:00
overflow-checks = true