mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-07 00:30:20 +08:00
12 lines
217 B
TOML
12 lines
217 B
TOML
[package]
|
|
name = "moviepilot-rust"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "moviepilot_rust"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
pyo3 = { version = "0.23", features = ["abi3-py311", "extension-module"] }
|