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