1
Fork 0
This commit is contained in:
Jan-Erik Rediger 2023-12-09 19:12:01 +01:00
parent b9e56b5add
commit e005020934
3 changed files with 10 additions and 10 deletions

16
Cargo.lock generated
View file

@ -31,14 +31,6 @@ dependencies = [
"scroll", "scroll",
] ]
[[package]]
name = "goblin-pyo3"
version = "0.0.2"
dependencies = [
"goblin",
"pyo3",
]
[[package]] [[package]]
name = "heck" name = "heck"
version = "0.4.1" version = "0.4.1"
@ -82,6 +74,14 @@ dependencies = [
"autocfg", "autocfg",
] ]
[[package]]
name = "oelf"
version = "0.0.2"
dependencies = [
"goblin",
"pyo3",
]
[[package]] [[package]]
name = "once_cell" name = "once_cell"
version = "1.19.0" version = "1.19.0"

View file

@ -1,5 +1,5 @@
[package] [package]
name = "goblin-pyo3" name = "oelf"
version = "0.0.2" version = "0.0.2"
edition = "2021" edition = "2021"

View file

@ -10,4 +10,4 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: PyPy",
] ]
dynamic = ["version"]