mapm-cli 3.2.1

The command-line implementation of mapm
[package]
name = "mapm-cli"
version = "3.2.1"
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 = "4.0.1"
exitcode = "1.1.2"
quit = "1.1.4"
colour = "0.6.0"
ansi_term = "0.12.1"
open = "1"
dirs = "4.0.0"