This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
pt/members/libpt-py/Cargo.toml

17 lines
345 B
TOML
Raw Normal View History

2024-02-28 16:30:32 +01:00
[package]
name = "libpt-py"
2024-02-28 16:42:27 +01:00
version = "0.3.11"
2024-02-28 22:06:55 +01:00
edition.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
2024-02-28 16:30:32 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-02-28 22:06:55 +01:00
pyo3 = "0.19.0"
[lib]
crate-type = ["cdylib", "rlib"]