summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: da8c88f76160ae7ddbd1aba82768aac0b14b2d30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "slidge-style-parser"
version = "0.1.8"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "slidge_style_parser"
crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.18.1"