Keyring storage

This commit is contained in:
ChristianVisintin
2021-01-16 16:07:11 +01:00
parent eee08bd623
commit 0e4caaecfd
5 changed files with 371 additions and 23 deletions

View File

@@ -43,6 +43,9 @@ whoami = "1.0.1"
[target.'cfg(any(target_os = "unix", target_os = "macos", target_os = "linux"))'.dependencies]
users = "0.11.0"
[target.'cfg(any(target_os = "windows", target_os = "macos"))'.dependencies]
keyring = "0.10.1"
[[bin]]
name = "termscp"
path = "src/main.rs"