certbot 0.1.0

A library that calls out to `certbot` to get a TLS certificate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["trevyn <trevyn-git@protonmail.com>"]
description = "A library that calls out to `certbot` to get a TLS certificate."
documentation = "https://docs.rs/certbot"
edition = "2021"
license = "MIT OR Apache-2.0 OR CC0-1.0"
name = "certbot"
readme = "README.md"
repository = "https://github.com/trevyn/certbot"
resolver = "2"
rust-version = "1.56"
version = "0.1.0"