Skip to content

Commit

Permalink
Merge pull request #28 from Nuhvi/dev
Browse files Browse the repository at this point in the history
publish 0.2.1
  • Loading branch information
Nuhvi authored Oct 18, 2023
2 parents 48bf5c0 + a665b5e commit 23f68f1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 18 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions pkarr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pkarr"
version = "0.2.0"
version = "0.2.1"
authors = ["Nuh <[email protected]>"]
edition = "2021"
description = "Public-Key Addressable Resource Records (Pkarr); publish and resolve DNS records over Mainline DHT"
Expand All @@ -17,6 +17,8 @@ reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"
self_cell = "1.0.1"
simple-dns = "0.5.6"
thiserror = "1.0.49"
tokio = { version = "1.32.0", features = ["tokio-macros", "macros"] }
url = "2.4.1"
zbase32 = "0.1.2"

[dev-dependencies]
tokio = { version = "1.32.0", features = ["tokio-macros", "macros", "rt-multi-thread"] }

0 comments on commit 23f68f1

Please sign in to comment.