gmocli 1.1.0

gmocli provides a command-line interface for searching emoji characters with associated gitmoji descriptions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "gmocli"
description = "gmocli provides a command-line interface for searching emoji characters with associated gitmoji descriptions."
version = "1.1.0"
authors = ["Doug Elkin <doug@dougelkin.com>"]
readme = "README.md"
repository = "https://github.com/duhdugg/gmocli/"
license = "MIT"
keywords = ["emojis"]
categories = ["command-line-utilities"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
json = "0.12.4"