summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 6f274f5da0f32a56290a453c0e1714af21f36fa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "slidge-style-parser"
version = "0.1.5"
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"