fix tor addressing for realzies

This commit is contained in:
Aiden McClelland
2021-09-08 19:13:36 -06:00
parent e7aa79548f
commit 2d8f49e877
5 changed files with 49 additions and 22 deletions

View File

@@ -43,7 +43,7 @@ portable = []
production = []
[dependencies]
aes = { version = "0.7.5", features = ["ctr", "armv8"] }
aes = { version = "0.7.5", features = ["ctr"] }
anyhow = "1.0.40"
async-trait = "0.1.42"
avahi-sys = { git = "https://github.com/Start9Labs/avahi-sys", version = "0.10.0", branch = "feature/dynamic-linking", features = [
@@ -76,7 +76,9 @@ log = "0.4.11"
nix = "0.22.0"
openssh-keys = "0.5.0"
openssl = { version = "0.10.30", features = ["vendored"] }
patch-db = { version = "*", path = "../../patch-db/patch-db" }
patch-db = { version = "*", path = "../../patch-db/patch-db", features = [
"log",
] }
pbkdf2 = "0.9.0"
pin-project = "1.0.6"
prettytable-rs = "0.8.0"