add version number
This commit is contained in:
parent
ae216b2410
commit
327fc48f5b
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ async fn main() -> Result<(), std::io::Error> {
|
||||||
|
|
||||||
println!(concat!(
|
println!(concat!(
|
||||||
env!("CARGO_PKG_NAME"),
|
env!("CARGO_PKG_NAME"),
|
||||||
|
" ",
|
||||||
|
env!("CARGO_PKG_VERSION"),
|
||||||
" Copyright (C) 2021 ",
|
" Copyright (C) 2021 ",
|
||||||
env!("CARGO_PKG_AUTHORS"),
|
env!("CARGO_PKG_AUTHORS"),
|
||||||
"\n\n",
|
"\n\n",
|
||||||
|
|
Loading…
Reference in a new issue