proxmox/proxmox-borrow/Cargo.toml
Wolfgang Bumiller 17adc570db bump proxmox-borrow to 1.0.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-10-13 10:41:01 +02:00

12 lines
284 B
TOML

[package]
name = "proxmox-borrow"
version = "1.0.1"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
license = "AGPL-3"
description = "contains the Tied type to tie a value with a lifetime to the value it borrows from"
exclude = [ "debian" ]
[dependencies]