Created
June 13, 2023 12:59
-
-
Save ognis1205/688fb9ff8b0cee8e477edbde87c93310 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[package] | |
name = "my-first-pyo3" | |
version = "0.1.0" | |
edition = "2021" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
[lib] | |
name = "my_first_pyo3" | |
crate-type = ["cdylib"] | |
[dependencies] | |
pyo3 = "0.18.3" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment