We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3ceed commit fa8ada9Copy full SHA for fa8ada9
source-code/star/Cargo.toml
@@ -1 +1,8 @@
1
+[package]
2
+name = "star"
3
+version = "0.1.0"
4
+edition = "2021"
5
+
6
+[dependencies]
7
+pyo3 = { version = "0.23.3", features = ["auto-initialize"] }
8
0 commit comments