feat: add file
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
extern crate core;
|
||||
|
||||
use std::path::PathBuf;
|
||||
|
||||
use clap::{Parser, Subcommand};
|
||||
@@ -5,6 +7,7 @@ use rust_util::information;
|
||||
|
||||
mod spec;
|
||||
mod crypto;
|
||||
mod file;
|
||||
|
||||
#[derive(Debug, Parser)]
|
||||
#[command(name = "tiny-encrypt-rs")]
|
||||
|
||||
Reference in New Issue
Block a user