mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-02 09:31:22 +00:00
18 lines
371 B
TOML
18 lines
371 B
TOML
[package]
|
|
name = "proxmox-shared-memory"
|
|
version = "0.3.0"
|
|
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
|