Files
peetzweg/ 4933dfc0ec Fix: Referring to match Keyword not match! Macro (#16)
* removes `!` after match, as it's refering to the match keyword instead of a macro.
2023-04-27 17:51:20 -06:00

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.