generated from PlexSheep/baserepo
19 lines
479 B
TOML
19 lines
479 B
TOML
|
[package]
|
||
|
name = "libpt-py"
|
||
|
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
|
||
|
|
||
|
[dependencies]
|
||
|
pyo3 = { version = "0.20.3", features = ["full"] }
|