]> git.proxmox.com Git - proxmox.git/blob - proxmox-borrow/Cargo.toml
bump proxmox-acme to 0.5.1
[proxmox.git] / proxmox-borrow / Cargo.toml
1 [package]
2 name = "proxmox-borrow"
3 version = "1.0.1"
4 authors.workspace = true
5 edition.workspace = true
6 license.workspace = true
7 repository.workspace = true
8 description = "contains the Tied type to tie a value with a lifetime to the value it borrows from"
9
10 exclude.workspace = true
11
12 [dependencies]