Skip to content

Commit

Permalink
switch to tokio and handle panics
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinderella committed Aug 6, 2022
1 parent 0bc4f4d commit 48c6ade
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 159 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
/target
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
74 changes: 73 additions & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dns-rebinder"
authors = ["sinderella"]
version = "0.2.0"
version = "0.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -12,4 +12,5 @@ env_logger = "0.9.0"
hex = "0.4.3"
log = "0.4.17"
rand = "0.8.5"
tokio = { version = "1", features = ["full"] }
trust-dns-proto = "0.21.2"
Loading

0 comments on commit 48c6ade

Please sign in to comment.