mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
add support for hypercalls
This commit is contained in:
16
xencall/Cargo.toml
Normal file
16
xencall/Cargo.toml
Normal file
@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "xencall"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
resolver = "2"
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies.nix]
|
||||
version = "0.27.1"
|
||||
features = ["ioctl"]
|
||||
|
||||
[[example]]
|
||||
name = "xencall-simple"
|
||||
path = "examples/simple.rs"
|
Reference in New Issue
Block a user