Skip to content

Commit

Permalink
fix issues with command-line tool
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Apr 12, 2023
1 parent cbc9818 commit 320f58a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/bin/mc-tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ extern crate amplify;
use std::fs;
use std::path::PathBuf;

use bpro::{file, FileDocument, Wallet};
use clap::Parser;
use colored::Colorize;
use mycitadel::model::{file, FileDocument, Wallet};

/// Command-line arguments
#[derive(Parser)]
Expand Down
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ extern crate relm;
extern crate relm_derive;
#[cfg(feature = "serde")]
extern crate serde_crate as serde;
#[cfg(feature = "serde")]
#[macro_use]
extern crate serde_with;

pub mod model;
#[cfg(feature = "ui")]
Expand Down

0 comments on commit 320f58a

Please sign in to comment.