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