rustyle 0.1.0

A new way to represent the CSS stylesheet in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rustyle"
version = "0.1.0"
authors = ["RanolP <public.ranolp@gmail.com>"]
repository = "https://github.com/RanolP/rustyle"
description = "A new way to represent the CSS stylesheet in Rust"
license = "MIT"
readme = "README.md"
edition = "2018"

[lib]
proc-macro = true

[dependencies]
lazy_static = "1.3.0"
quote = "0.6.11"
fasthash = "0.4.0"