mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-19 02:20:12 +01:00
14 lines
310 B
TOML
14 lines
310 B
TOML
|
[package]
|
||
|
name = "servicepoint_binding_py"
|
||
|
metadata.maturin.name = "servicepoint"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
[lib]
|
||
|
name = "servicepoint_binding_py"
|
||
|
crate-type = ["cdylib"]
|
||
|
|
||
|
[dependencies]
|
||
|
pyo3 = "0.21.1"
|