feat: add file

This commit is contained in:
2023-02-12 14:42:50 +08:00
parent 00ad916fdb
commit cfa66dabaf
4 changed files with 87 additions and 37 deletions

View File

@@ -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")]