mapm-cli 2.0.0

The command-line implementation of mapm
[package]
name = "mapm-cli"
version = "2.0.0"
edition = "2021"
license = "MIT"
description = "The command-line implementation of mapm"
repository = "https://gitlab.com/mathadvance/mapm/cli"
readme = "README.md"

[[bin]]
name = "mapm"
path = "src/main.rs"

[dependencies]
mapm = "3.0.0"
exitcode = "1.1.2"
quit = "1.1.4"
colour = "0.6.0"
ansi_term = "0.12.1"
which = "4.2.2"
tempfile = "3.2.0"
open = "1"
dirs = "4.0.0"