1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Disable logging of encryption keys in release builds

This commit is contained in:
NG (Graham)
2026-01-25 12:51:24 -05:00
parent 0db43497d8
commit 90a528f0e9
3 changed files with 13 additions and 14 deletions

View File

@@ -35,10 +35,10 @@ libfj = { version = "0.9", path = "../libfj" }
log = "0.4"
env_logger = "0.11"
clap = { version = "4.5", features = [ "derive" ] }
#polariton = { version = "0.4", path = "../polariton", features = [ "tokio-async" ] }
#polariton_server = { version = "0.4", path = "../polariton/server", features = [ "tokio-async" ] }
polariton = { version = "0.4", features = [ "tokio-async" ] }
polariton_server = { version = "0.4", features = [ "tokio-async" ] }
polariton = { version = "0.5", path = "../polariton", features = [ "tokio-async" ] }
polariton_server = { version = "0.5", path = "../polariton/server", features = [ "tokio-async" ] }
#polariton = { version = "0.4", features = [ "tokio-async" ] }
#polariton_server = { version = "0.4", features = [ "tokio-async" ] }
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
async-trait = "0.1"