start the path to rust
This commit is contained in:
@@ -16,9 +16,9 @@ license = "MIT"
|
||||
[workspace.dependencies]
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-rustls = "0.26"
|
||||
hickory-dns = { version = "0.25", package = "hickory-resolver" }
|
||||
mail-auth = "0.4"
|
||||
mailparse = "0.15"
|
||||
hickory-resolver = "0.25"
|
||||
mail-auth = "0.7"
|
||||
mailparse = "0.16"
|
||||
napi = { version = "2", features = ["napi9", "async", "serde-json"] }
|
||||
napi-derive = "2"
|
||||
ring = "0.17"
|
||||
@@ -28,3 +28,10 @@ tracing = "0.1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
bytes = "1"
|
||||
regex = "1"
|
||||
base64 = "0.22"
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
ipnet = "2"
|
||||
rustls-pki-types = "1"
|
||||
psl = "2"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user