New dependencies

This commit is contained in:
Nobody 2022-01-26 21:42:15 +05:00
parent 9e13045fa3
commit 6077358128

View File

@ -25,6 +25,10 @@ num-traits = "0.2"
num-derive = "0.3"
pretty-hex = "0.2"
sea-orm = { version = "0.3", features = [ "sqlx-all", "runtime-async-std-native-tls" ] }
hostname = "0.3"
local-ip-address = "0.4"
chrono = "0.4"
rand = "0.8"
[target.'cfg(windows)'.dependencies]
openssl = { version = "0.10", features = ["vendored"] }