nganhkhoa
7be3b2fc05
Driver is renamed to lpus.sys Pdb will be downloaded ino %APPDATA%/nganhkhoa/lpus And some little fixes
21 lines
660 B
TOML
21 lines
660 B
TOML
[package]
|
|
name = "lpus"
|
|
version = "0.1.0"
|
|
authors = ["nganhkhoa <mail.nganhkhoa@gmail.com>"]
|
|
description = "Live pool tag scanning frontend"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[lib]
|
|
name = "lpus"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
app_dirs = "1.2.1"
|
|
hex = "0.4.2"
|
|
pdb = "0.5.0"
|
|
chrono = "0.4"
|
|
widestring = "0.4.0"
|
|
winapi = { version = "0.3.8", features = ["libloaderapi", "processthreadsapi", "winbase", "securitybaseapi", "handleapi", "winnt", "winreg", "fileapi", "ioapiset", "winioctl", "errhandlingapi", "sysinfoapi"] }
|
|
reqwest = { version = "0.10.1", features = ["blocking"] }
|