forked from Proxmox/proxmox
17adc570db
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
12 lines
284 B
TOML
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]
|