mirror of
https://github.com/pezkuwichain/kurdistan_blockchain-akademy.git
synced 2026-07-25 10:35:44 +00:00
580687a11e
Co-authored-by: Joshy Orndorff <admin@joshyorndorff.com> Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
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 dependancy, you may do so. |