mapm 1.1.0

A set of tools, with command line and graphical interfaces, used to build exams typeset in LaTeX
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "exitcode"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193"

[[package]]
name = "fs_extra"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"

[[package]]
name = "linked-hash-map"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"

[[package]]
name = "mapm"
version = "1.1.0"
dependencies = [
 "exitcode",
 "fs_extra",
 "linked-hash-map",
 "quit",
 "strict-yaml-rust",
]

[[package]]
name = "quit"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bad314fc86f60b58587ffaf97e3150ed6f0aece74012db9cf0e36ee88768e49d"
dependencies = [
 "quit_macros",
]

[[package]]
name = "quit_macros"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a411616b47dce3139c0169c89899ba5ea3534e545ab4d0c1d3956460fe781bae"

[[package]]
name = "strict-yaml-rust"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "561e72b68adbd412c8d9877ddd607951c651f32671169fdc4a46b3b746996cdc"
dependencies = [
 "linked-hash-map",
]