forked from Proxmox/proxmox
16 lines
319 B
TOML
16 lines
319 B
TOML
[package]
|
|
name = "proxmox-shared-memory"
|
|
version = "0.1.0"
|
|
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
|
|
edition = "2018"
|
|
license = "AGPL-3"
|
|
description = "Shared Memory IPC"
|
|
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
libc = "0.2"
|
|
nix = "0.19.1"
|
|
|
|
proxmox = { path = "../proxmox", version = "0.15", default-features = false }
|