2020-02-15 17:39:45 +07:00
|
|
|
[package]
|
|
|
|
name = "parse_pdb_for_offsets"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["nganhkhoa <mail.nganhkhoa@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2020-02-23 02:04:09 +07:00
|
|
|
hex = "0.4.2"
|
2020-02-15 17:39:45 +07:00
|
|
|
pdb = "0.5.0"
|
2020-02-23 02:04:09 +07:00
|
|
|
widestring = "0.4.0"
|
|
|
|
winapi = { version = "0.3.8", features = ["libloaderapi", "processthreadsapi", "winbase", "securitybaseapi", "handleapi", "winnt"] }
|
2020-02-15 17:39:45 +07:00
|
|
|
reqwest = { version = "0.10.1", features = ["blocking"] }
|