9 lines
145 B
TOML
9 lines
145 B
TOML
|
[package]
|
||
|
name = "pe-utils"
|
||
|
version.workspace = true
|
||
|
edition.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
goblin.workspace = true
|
||
|
thiserror.workspace = true
|