1
Fork 0
oelf/Cargo.toml
Jan-Erik Rediger c27e748f43
Some checks failed
CI / linux (aarch64) (push) Failing after 1s
CI / linux (x86) (push) Failing after 1s
CI / linux (x86_64) (push) Failing after 1s
CI / sdist (push) Failing after 1s
CI / windows (x64) (push) Has been cancelled
CI / windows (x86) (push) Has been cancelled
CI / macos (aarch64) (push) Has been cancelled
CI / macos (x86_64) (push) Has been cancelled
CI / Release (push) Has been cancelled
chore: Release oelf version 0.0.4
2023-12-11 16:46:41 +01:00

13 lines
200 B
TOML

[package]
name = "oelf"
version = "0.0.4"
edition = "2021"
[lib]
name = "oelf"
crate-type = ["cdylib"]
[dependencies]
goblin = "0.7.1"
pyo3 = { version = "0.20.0", features = ["extension-module"] }