Skip to content

Commit

Permalink
some missing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg committed Sep 27, 2024
1 parent 3cea6b6 commit e1f6eef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions frost-client/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ use core::str;
use std::{
collections::BTreeMap,
error::Error,
fs::File,
os::unix::fs::PermissionsExt,
path::{Path, PathBuf},
str::FromStr,
};
Expand Down
1 change: 1 addition & 0 deletions frost-client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
Command::Import { .. } => contact::import(&args.command),
Command::Contacts { .. } => contact::list(&args.command),
Command::Groups { .. } => group::list(&args.command),
Command::TrustedDealer { .. } => trusted_dealer::trusted_dealer(&args.command),
}?;

Ok(())
Expand Down

0 comments on commit e1f6eef

Please sign in to comment.