24 lines
543 B
TOML
24 lines
543 B
TOML
[package]
|
|
name = "test_proc"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dev_driver_rpc = { version = "0.1.0", path = "../dev_driver_rpc" }
|
|
bitflags = "1.3.2"
|
|
# spin = "0.9.4"
|
|
tap = "1.0.1"
|
|
# x86_64 = { git = "https://gitea.pterpstra.com/mikros/x86_64" }
|
|
file_rpc = { version = "0.1.0", path = "../file_rpc" }
|
|
parking_lot = "0.12.3"
|
|
once_cell = "1.19.0"
|
|
x86_64 = "0.15.1"
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|