ultron-ssg 0.2.6

A syntax highlighting library ideal for usage in a static site generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ultron-ssg"
version = "0.2.6"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
edition = "2018"
description = "A syntax highlighting library ideal for usage in a static site generator"
license = "MIT"
repository = "https://github.com/ivanceras/ultron"
documentation = "https://docs.rs/ultron-ssg"
readme = "../../README.md"
keywords = ["syntax", "highlighting", "monospace"]

[dependencies]
ultron = { version = "0.2.6", path = "../ultron" , default-features = false}