|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
name = "asciimath-rs"
|
|
|
|
|
description = "AsciiMath parser"
|
|
|
|
|
repository = "https://github.com/trivernis/asciimath-rs"
|
|
|
|
|
version = "0.6.1"
|
|
|
|
|
version = "0.6.2"
|
|
|
|
|
authors = ["trivernis <trivernis@protonmail.com>"]
|
|
|
|
|
edition = "2018"
|
|
|
|
|
readme = "README.md"
|
|
|
|
@ -16,4 +16,4 @@ categories = ["mathematics", "parser-implementations"]
|
|
|
|
|
charred = "0.3.3"
|
|
|
|
|
maplit = "1.0.2"
|
|
|
|
|
lazy_static = "1.4.0"
|
|
|
|
|
htmlescape = "0.3.1"
|
|
|
|
|
htmlescape = "0.3.1"
|
|
|
|
|