4189221470
noteworthy changes: - proxmox-http had a default_features_false dep on hyper, which is dropped (the default feature is empty anyway) - hyper, libc, nix, tokio and url versions are unified - missing (cosmetic) bindgen feature on zstd enabled everywhere Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
18 lines
401 B
TOML
18 lines
401 B
TOML
[package]
|
|
name = "proxmox-shared-memory"
|
|
version = "0.2.2"
|
|
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 = { path = "../proxmox-sys", version = "0.4" }
|