tack 0.1.1-alpha

A minimal syntax highlighter that outputs HTML
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "tack"
version = "0.1.1-alpha"
authors = ["Allan Zhang <allanzhang7@gmail.com"]
description = "A minimal syntax highlighter that outputs HTML"
readme = "README.md"
categories = ["parser-implementations", "parsing", "text-processing"]
license = "MIT"
repository = "https://github.com/allan2/tack/"
resolver = "2"

[dependencies]