proxmox/proxmox-shared-memory/Cargo.toml
Wolfgang Bumiller 1d3f4a4bbd http, shared-memory, subscription: bump proxmox-sys dependency to 0.4
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2022-07-28 13:35:47 +02:00

17 lines
363 B
TOML

[package]
name = "proxmox-shared-memory"
version = "0.2.1"
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
edition = "2018"
license = "AGPL-3"
description = "Shared memory helpers and shared mutex implementation"
exclude = [ "debian" ]
[dependencies]
anyhow = "1.0"
libc = "0.2.107"
nix = "0.24.1"
proxmox-sys = { path = "../proxmox-sys", version = "0.4" }