Dietmar Maurer 82245339b8 use new proxmox-sys 0.2.0 for all crates
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2021-11-24 10:00:38 +01:00

17 lines
365 B
TOML

[package]
name = "proxmox-shared-memory"
version = "0.2.0"
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.19.1"
proxmox-sys = { path = "../proxmox-sys", version = "0.2.0" }