Skip to content

Commit cc414e5

Browse files
committed
improve
1 parent 76a28bf commit cc414e5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name = "acme-dns-rust"
33
version = "0.1.0"
44
authors = ["conblem <[email protected]>"]
55
edition = "2018"
6+
license-file = "LICENSE"
7+
keywords = ["acme-dns", "acme", "lets-encrypt", "dns", "async"]
8+
categories = ["command-line-utilities"]
9+
repository = "https://github.com/conblem/acme-dns-rust/"
610

711
[dependencies]
812
log = "0.4"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Build](https://github.com/conblem/acme-dns-rust/workflows/Rust/badge.svg)](https://github.com/conblem/acme-dns-rust/actions)
2-
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=conblem/acme-dns-rust)](https://dependabot.com)
2+
[![codecov](https://codecov.io/gh/conblem/acme-dns-rust/branch/dev/graph/badge.svg)](https://codecov.io/gh/conblem/acme-dns-rust)
33

44
# Acme DNS Rust
55
### WIP!

0 commit comments

Comments
 (0)