You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
558 B
TOML
24 lines
558 B
TOML
4 years ago
|
[package]
|
||
|
name = "nostd-test"
|
||
|
version = "0.1.5"
|
||
|
authors = ["Aurimas Blažulionis <0x60@pm.me>"]
|
||
|
edition = "2018"
|
||
|
homepage = "https://memflow.github.io"
|
||
|
repository = "https://github.com/memflow/memflow"
|
||
|
license-file = "../LICENSE"
|
||
|
publish = false
|
||
|
|
||
|
[profile.release]
|
||
|
panic = "abort"
|
||
|
|
||
|
[profile.dev]
|
||
|
panic = "abort"
|
||
|
|
||
|
[dependencies]
|
||
|
rlibc = "1.0.0"
|
||
|
uefi = "0.6.0"
|
||
|
uefi-services = "0.3.0"
|
||
|
log = "0.4"
|
||
|
memflow = { path = "../memflow", default-features = false }
|
||
|
memflow-win32 = { path = "../memflow-win32/", default-features = false, features = ["embed_offsets"] }
|