feat: v0.2.0-rc

This commit is contained in:
2024-03-30 15:51:47 +08:00
parent 55c1aa3205
commit 0d2a845a26
5 changed files with 33 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "proxy-inspector"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -25,3 +25,4 @@ serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
tokio-dns-unofficial = "0.4.0"
trust-dns-resolver = { version = "0.23.2", features = ["tokio"] }
hex = "0.4.3"