switch to keyring-manager

This commit is contained in:
John Smith
2022-01-09 12:37:25 -05:00
parent 170f5ec707
commit 5122fd8ebd
6 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
use crate::xx::*;
use crate::*;
use data_encoding::BASE64URL_NOPAD;
use keyring::*;
use keyring_manager::*;
use std::path::Path;
use std::result::Result;