proxmox/proxmox-shared-memory/Cargo.toml
Wolfgang Bumiller 644852296d bump proxmox-shared-memory to 0.3.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2023-05-23 13:02:51 +02:00

18 lines
371 B
TOML

[package]
name = "proxmox-shared-memory"
version = "0.3.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Shared memory helpers and shared mutex implementation"
exclude.workspace = true
[dependencies]
anyhow.workspace = true
libc.workspace = true
nix.workspace = true
proxmox-sys.workspace = true