initial commit
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"exercises/*/*",
|
||||
"helpers/common",
|
||||
"helpers/mdbook-exercise-linker",
|
||||
"helpers/mdbook-link-shortener",
|
||||
"helpers/ticket_fields",
|
||||
]
|
||||
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]
|
||||
overflow-checks = true
|
||||
Reference in New Issue
Block a user