ultron-ssg 0.3.0

A syntax highlighting library ideal for usage in a static site generator
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ultron-ssg"
version = "0.3.0"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
edition = "2021"
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-web = { version = "0.3.0", path = "../ultron-web" , default-features = false}