proxmox/proxmox-shared-memory/Cargo.toml
Wolfgang Bumiller aa29c54859 shared-memory: bump to 0.3.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-07-11 15:24:52 +02:00

18 lines
371 B
TOML

[package]
name = "proxmox-shared-memory"
version = "0.3.1"
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