Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "excss"
version = "0.1.0"
edition = "2021"
license = "MIT"
authors = ["Taishi Naritomi <taishinaritomi@gmail.com>"]
keywords = []
description = "excss"
documentation = "https://github.com/taishinaritomi/excss"

[lib]
crate-type = ["cdylib"]

[dependencies]