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.

23 lines
495 B
TOML

[package]
name = "nostd-test"
version = "0.2.0"
authors = ["Aurimas Blažulionis <0x60@pm.me>", "ko1N <ko1N1337@gmail.com>"]
edition = "2018"
homepage = "https://memflow.github.io"
repository = "https://github.com/memflow/memflow"
license = "MIT"
publish = false
[profile.release]
panic = "abort"
[profile.dev]
panic = "abort"
[dependencies]
rlibc = "1.0.0"
uefi = "0.26.0"
uefi-services = "0.23.0"
log = "^0.4.14"
memflow = { version = "0.2", path = "../memflow", default-features = false }