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