forked from Proxmox/proxmox
d6e86d670b
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
14 lines
322 B
TOML
14 lines
322 B
TOML
[package]
|
|
name = "proxmox-borrow"
|
|
description = "contains the Tied type to tie a value with a lifetime to the value it borrows from"
|
|
version = "1.0.1"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
exclude.workspace = true
|
|
homepage.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|