archive
/
svg-hush-py
Archived
1
Fork 0
This repository has been archived on 2023-04-13. You can view files and clone it, but cannot push or open issues or pull requests.
svg-hush-py/Cargo.toml

14 lines
307 B
TOML

[package]
name = "svg-hush"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "svg_hush"
crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.16.5", features = ["extension-module"] }
svg-hush = "0.9.0"