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

Update personal data usage info

This commit is contained in:
NGnius (Graham)
2025-01-26 00:26:34 -05:00
parent e73002ea72
commit 82d0c3d0f3
3 changed files with 1 additions and 14 deletions

10
Cargo.lock generated
View File

@@ -163,7 +163,6 @@ dependencies = [
"libfj",
"log",
"rocket",
"rocket-client-addr",
"steamworks",
"uuid",
]
@@ -1686,15 +1685,6 @@ dependencies = [
"yansi",
]
[[package]]
name = "rocket-client-addr"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ca3b4757605fd3fbdffd2265091d5dad0086403bc9f31d5719c8352b6fa432"
dependencies = [
"rocket",
]
[[package]]
name = "rocket_codegen"
version = "0.5.1"

View File

@@ -14,6 +14,4 @@ To use get CardLife to use these servers, replace the ServerConfig.json file in
## Privacy
### Authentication
Due to current technical limitations, CardLife authentication uses your IP address to give you a consistent login user.
No data is collected or logged, except in dev mode. Some personal identifiers are sent but only exist ephemerally.

View File

@@ -13,6 +13,5 @@ libfj.workspace = true
log.workspace = true
env_logger.workspace = true
uuid = { version = "1.12", features = [ "v4", "fast-rng" ] }
rocket-client-addr = "0.5"
steamworks = { version = "0.11", optional = true }
hex = "0.4"