2025-10-14 17:12:51 +11:00
|
|
|
[package]
|
|
|
|
|
name = "database"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-01-20 00:40:48 +00:00
|
|
|
aes = "0.8.4"
|
|
|
|
|
anyhow = "*"
|
2025-10-14 17:12:51 +11:00
|
|
|
chrono = "0.4.42"
|
2026-01-20 00:40:48 +00:00
|
|
|
ctr = "0.9.2"
|
2025-10-14 17:12:51 +11:00
|
|
|
dirs = "6.0.0"
|
2026-01-20 00:40:48 +00:00
|
|
|
keyring = { version = "3.6.3", features = ["apple-native", "crypto-rust", "linux-native-sync-persistent", "windows-native"] }
|
2025-10-14 17:12:51 +11:00
|
|
|
log = "0.4.28"
|
2026-01-20 00:40:48 +00:00
|
|
|
rand = "0.9.2"
|
|
|
|
|
ron = "0.12.0"
|
2025-10-14 17:12:51 +11:00
|
|
|
serde = "1.0.228"
|
|
|
|
|
serde_with = "3.15.0"
|
|
|
|
|
url = "2.5.7"
|
|
|
|
|
whoami = "1.6.1"
|