latexdef 0.4.2

A command-line tool which shows the definitions of LaTeX commands.
Documentation
[[bin]]
name = "latexdef"
path = "src/main.rs"
[dependencies.ansi_term]
version = "0.12.1"

[dependencies.clap]
version = "2.33.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.quick-error]
version = "1.2.2"

[dependencies.regex]
version = "1.3.1"

[lib]
name = "latexdef"
path = "src/lib.rs"

[package]
authors = ["Rebecca Turner <rbt@sent.as>"]
categories = ["command-line-utilities", "development-tools"]
description = "A command-line tool which shows the definitions of LaTeX commands."
edition = "2018"
keywords = ["TeX", "LaTeX"]
license = "LPPL-1.3c"
name = "latexdef"
repository = "https://github.com/9999years/latexdef"
version = "0.4.2"