add message on startup
This commit is contained in:
parent
e2f619e97f
commit
8efc7358a3
@ -38,6 +38,7 @@ async fn main() {
|
|||||||
tracing_subscriber::fmt()
|
tracing_subscriber::fmt()
|
||||||
.with_max_level(tracing::Level::DEBUG)
|
.with_max_level(tracing::Level::DEBUG)
|
||||||
.init();
|
.init();
|
||||||
|
info!("ica-async-rs v{}", VERSION);
|
||||||
|
|
||||||
// 从命令行获取 host 和 key
|
// 从命令行获取 host 和 key
|
||||||
// 从命令行获取配置文件路径
|
// 从命令行获取配置文件路径
|
||||||
|
Loading…
Reference in New Issue
Block a user