mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
13 lines
196 B
TOML
13 lines
196 B
TOML
[package]
|
|
name = "polariton_auth"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
log.workspace = true
|
|
polariton.workspace = true
|
|
num = "0.4"
|
|
rand = "0.9"
|
|
ring = "0.17"
|
|
simple-rijndael = "0.3"
|