pt/members/pt-py/Cargo.toml

23 lines
545 B
TOML
Raw Normal View History

[package]
name = "pt-py"
2023-09-20 18:15:53 +02:00
publish.workspace = true
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
description.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2023-09-29 13:42:37 +02:00
[lib]
2023-09-29 17:50:47 +02:00
name = "pt_py"
2023-09-29 13:42:37 +02:00
crate-type = ["cdylib"]
[dependencies]
2023-09-20 14:32:25 +02:00
pyo3 = { workspace = true }
2023-09-29 13:42:37 +02:00
libpt = { version = "0.1.7", path = "../../" }