rs-basic/members/onlytoken/Cargo.toml
Christoph J. Scherr 8173a8da7a
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m48s
example registration and login with token
2024-06-24 13:45:30 +02:00

10 lines
210 B
TOML

[package]
name = "onlytoken"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
argon2 = "0.5.3"
rand = "0.8.5"