mapm-cli 5.0.3

The command-line implementation of mapm
[package]
name = "mapm-cli"
version = "5.0.3"
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 = "5.0.2"
exitcode = "1.1.2"
quit = "1.1.4"
colour = "0.6.0"
ansi_term = "0.12.1"
open = "1"
dirs = "4.0.0"
toml = "0.5.8"
clap = { version = "3.1.7", features = ["derive"] }

[build-dependencies]
dirs = "4.0.0"
mapm = "5.0.0"