11 lines
192 B
TOML
11 lines
192 B
TOML
|
[package]
|
||
|
name = "restorer"
|
||
|
version.workspace = true
|
||
|
edition.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
goblin.workspace = true
|
||
|
log.workspace = true
|
||
|
thiserror.workspace = true
|
||
|
|
||
|
pe-utils.workspace = true
|