Improved topological sorting
This commit is contained in:
@@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"]}
|
||||
mail-auth = { version = "0.6" }
|
||||
smtp-proto = { version = "0.1" }
|
||||
mail-send = { version = "0.5", default-features = false, features = ["cram-md5", "ring", "tls12"] }
|
||||
ahash = { version = "0.8" }
|
||||
ahash = { version = "0.8", features = ["serde"] }
|
||||
chrono = "0.4"
|
||||
rand = "0.9.0"
|
||||
webpki-roots = { version = "0.26"}
|
||||
|
||||
Reference in New Issue
Block a user