add message on startup

This commit is contained in:
shenjack 2024-02-22 19:16:07 +08:00
parent e2f619e97f
commit 8efc7358a3
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -38,6 +38,7 @@ async fn main() {
tracing_subscriber::fmt()
.with_max_level(tracing::Level::DEBUG)
.init();
info!("ica-async-rs v{}", VERSION);
// 从命令行获取 host 和 key
// 从命令行获取配置文件路径