11 lines
No EOL
201 B
TOML
11 lines
No EOL
201 B
TOML
[package]
|
|
name = "RustyPass"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
base64 = "0.22.1"
|
|
bincode = "1.3.3"
|
|
rand = "0.8.5"
|
|
ring = "0.17.8"
|
|
serde = { version = "1.0.203", features = ["derive"] } |