latex_snippet 0.1.13

Convert even erroneous LaTeX snippets into HTML
Documentation
[package]
name = "latex_snippet"
version = "0.1.13"
authors = ["David Roundy <roundyd@physics.oregonstate.edu>"]
edition = "2018"
description = "Convert even erroneous LaTeX snippets into HTML"
license = "GPL-3.0-or-later"

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

[dependencies]

regex = "1"

[lib]
name = "latex_snippet"
crate-type = ["cdylib", "lib"]

[package.metadata.pyo3-pack]

[workspace]