proxmox/proxmox-shared-memory/Cargo.toml
Dietmar Maurer 41d0cef377 bump proxmox-shared-memory to version 0.1.1-1
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2021-11-15 11:32:16 +01:00

17 lines
382 B
TOML

[package]
name = "proxmox-shared-memory"
version = "0.1.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.19.1"
proxmox = { path = "../proxmox", version = "0.15", default-features = false }