This repository has been archived on 2026-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
RustyPass/Cargo.toml

11 lines
201 B
TOML
Raw Permalink Normal View History

[package]
name = "RustyPass"
version = "0.1.0"
edition = "2021"
[dependencies]
base64 = "0.22.1"
2024-06-15 15:16:18 -05:00
bincode = "1.3.3"
2024-06-15 13:23:52 -05:00
rand = "0.8.5"
ring = "0.17.8"
2024-06-15 15:16:18 -05:00
serde = { version = "1.0.203", features = ["derive"] }