comparison python/Cargo.toml @ 770:f6c287745a67

Rust: Add a libtouhou Python wrapper using pyo3
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 30 Aug 2022 18:23:55 +0200
parents
children 7492d384d122
comparison
equal deleted inserted replaced
769:cae5f15ca5ed 770:f6c287745a67
1 [package]
2 name = "touhou-python"
3 version = "0.1.0"
4 edition = "2021"
5 authors = [
6 "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
7 ]
8
9 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
11 [lib]
12 crate-type = ["cdylib"]
13 name = "touhou"
14
15 [dependencies]
16 touhou-formats = "*"
17 pyo3 = "0.17"