feat: add crypto.rs

This commit is contained in:
2023-02-11 17:43:37 +08:00
parent 4baf429574
commit 2eecdf8c48
4 changed files with 49 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ use clap::{Parser, Subcommand};
use rust_util::information;
mod spec;
mod crypto;
#[derive(Debug, Parser)]
#[command(name = "tiny-encrypt-rs")]