mapm-cli 6.1.0

The command-line implementation of mapm
[package]
name = "mapm-cli"
version = "6.1.0"
edition = "2021"
license = "BSD-3-Clause"
description = "The command-line implementation of mapm"
repository = "https://git.sr.ht/~dennisc/mapm-cli"
readme = "README.md"

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

[dependencies]
mapm = "7" 
exitcode = "1"
quit = "1"
colour = "0.6"
ansi_term = "0.12"
open = "1"
dirs = "4"
toml = "0.5"
clap = { version = "3", features = ["derive"] }

[build-dependencies]
dirs = "4"
mapm = "7"