mirror of
https://github.com/pezkuwichain/kurdistan_blockchain-akademy.git
synced 2026-04-21 23:47:58 +00:00
4933dfc0ec
* removes `!` after match, as it's refering to the match keyword instead of a macro.
15 lines
446 B
TOML
15 lines
446 B
TOML
[package]
|
|
name = "pba-qualifier-exam"
|
|
version = "1.0.0"
|
|
|
|
# This exam will be graded by rust stable 1.68 using the 2021 edition.
|
|
# Solutions may not require newer editions or versions including nightly.
|
|
rust-version = "1.68"
|
|
edition = "2021"
|
|
|
|
# Solutions must not be shared!
|
|
publish = false
|
|
|
|
[dependencies]
|
|
# There should be NO external additions here, per the honor code.
|
|
# If you want or need to create a local dependency, you may do so. |