Skip to content

Instantly share code, notes, and snippets.

@ognis1205
Created June 13, 2023 12:59
Show Gist options
  • Save ognis1205/688fb9ff8b0cee8e477edbde87c93310 to your computer and use it in GitHub Desktop.
Save ognis1205/688fb9ff8b0cee8e477edbde87c93310 to your computer and use it in GitHub Desktop.
[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