mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +00:00
16 lines
211 B
TOML
16 lines
211 B
TOML
[package]
|
|
name = "xencl"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
resolver = "2"
|
|
|
|
[dependencies.xenstore]
|
|
path = "../xenstore"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[[example]]
|
|
name = "xencl-simple"
|
|
path = "examples/simple.rs"
|