feat: update info

This commit is contained in:
2023-09-06 00:34:26 +08:00
parent d1d5c166de
commit d96ebdd5ba
6 changed files with 80 additions and 57 deletions

View File

@@ -5,6 +5,8 @@ use std::path::PathBuf;
use clap::{Parser, Subcommand};
use rust_util::{information, XResult};
mod util;
mod config;
mod spec;
mod crypto;
mod file;