mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
23 lines
320 B
TOML
23 lines
320 B
TOML
[package]
|
|
name = "xenclient"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
resolver = "2"
|
|
|
|
[dependencies.xencall]
|
|
path = "../xencall"
|
|
|
|
[dependencies.xenstore]
|
|
path = "../xenstore"
|
|
|
|
[dependencies.uuid]
|
|
version = "1.6.1"
|
|
features = ["v4"]
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[[example]]
|
|
name = "xenclient-simple"
|
|
path = "examples/simple.rs"
|