mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-04 05:31:32 +00:00
hypha: move libraries to libs/
This commit is contained in:
21
libs/xen/xenstore/Cargo.toml
Normal file
21
libs/xen/xenstore/Cargo.toml
Normal file
@ -0,0 +1,21 @@
|
||||
[package]
|
||||
name = "xenstore"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
resolver = "2"
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
thiserror = { workspace = true }
|
||||
libc = { workspace = true }
|
||||
log = { workspace = true }
|
||||
|
||||
[dependencies.bytemuck]
|
||||
workspace = true
|
||||
features = ["derive"]
|
||||
|
||||
[[example]]
|
||||
name = "xenstore-ls"
|
||||
path = "examples/list.rs"
|
Reference in New Issue
Block a user