mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-06 17:52:06 +00:00
add proxmox-acme to workspace
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
83df0d3903
commit
e703725049
@ -1,5 +1,6 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
|
"proxmox-acme",
|
||||||
"proxmox-api-macro",
|
"proxmox-api-macro",
|
||||||
"proxmox-apt",
|
"proxmox-apt",
|
||||||
"proxmox-async",
|
"proxmox-async",
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-acme"
|
name = "proxmox-acme"
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
|
||||||
edition = "2021"
|
|
||||||
license = "AGPL-3"
|
|
||||||
description = "ACME client library"
|
description = "ACME client library"
|
||||||
exclude = [
|
authors.workspace = true
|
||||||
"build",
|
license.workspace = true
|
||||||
"debian",
|
edition.workspace = true
|
||||||
]
|
homepage.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
|
||||||
|
exclude = [ "debian" ]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "0.13.0"
|
base64.workspace = true
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { workspace = true, features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json.workspace = true
|
||||||
openssl = "0.10.29"
|
openssl.workspace = true
|
||||||
|
|
||||||
# For the client
|
# For the client
|
||||||
native-tls = { version = "0.2", optional = true }
|
native-tls = { workspace = true, optional = true }
|
||||||
|
|
||||||
[dependencies.ureq]
|
[dependencies.ureq]
|
||||||
optional = true
|
optional = true
|
||||||
@ -30,4 +30,4 @@ default = []
|
|||||||
client = ["ureq", "native-tls"]
|
client = ["ureq", "native-tls"]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
anyhow = "1.0"
|
anyhow.workspace = true
|
||||||
|
Loading…
Reference in New Issue
Block a user