2024-01-08 12:43:16 -08:00
|
|
|
[package]
|
2024-01-08 17:07:00 -08:00
|
|
|
name = "xenstore"
|
2024-01-29 07:56:56 -08:00
|
|
|
version.workspace = true
|
2024-01-08 12:43:16 -08:00
|
|
|
edition = "2021"
|
|
|
|
resolver = "2"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-03-07 18:04:22 +00:00
|
|
|
byteorder = { workspace = true }
|
2024-01-29 07:53:35 -08:00
|
|
|
libc = { workspace = true }
|
|
|
|
log = { workspace = true }
|
2024-03-07 18:04:22 +00:00
|
|
|
thiserror = { workspace = true }
|
2024-02-23 04:37:53 +00:00
|
|
|
tokio = { workspace = true }
|
2024-03-07 18:04:22 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "xenstore"
|
2024-02-23 04:37:53 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-03-07 04:14:25 -08:00
|
|
|
env_logger = { workspace = true }
|
2024-01-08 12:43:16 -08:00
|
|
|
|
|
|
|
[[example]]
|
2024-01-08 17:07:00 -08:00
|
|
|
name = "xenstore-ls"
|
2024-01-08 12:43:16 -08:00
|
|
|
path = "examples/list.rs"
|
2024-03-07 04:14:25 -08:00
|
|
|
|
|
|
|
[[example]]
|
|
|
|
name = "xenstore-watch"
|
|
|
|
path = "examples/watch.rs"
|