64959d9ae0
and switch all crates to 2021 edition as well as a unified "authors" value. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
13 lines
296 B
TOML
13 lines
296 B
TOML
[package]
|
|
name = "proxmox-borrow"
|
|
version = "1.0.1"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "contains the Tied type to tie a value with a lifetime to the value it borrows from"
|
|
|
|
exclude.workspace = true
|
|
|
|
[dependencies]
|