1
Fork 0

Make it a workspace

This commit is contained in:
Jan-Erik Rediger 2023-12-08 17:43:23 +01:00
parent 489afcc88b
commit 353250b058
2 changed files with 6 additions and 0 deletions

6
Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[workspace]
resolver = "2"
members = [
"crates/goblin-pyo3"
]