mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-04 20:30:37 +00:00
Show and Log Version
This commit is contained in:
parent
04310c58e0
commit
6794f7d6ba
3 changed files with 7 additions and 2 deletions
|
@ -40,7 +40,7 @@ async fn main() -> std::io::Result<()> {
|
|||
}
|
||||
|
||||
// start http server
|
||||
println!("Running Libreddit on {}!", address.clone());
|
||||
println!("Running Libreddit v{} on {}!", env!("CARGO_PKG_VERSION"), address.clone());
|
||||
|
||||
HttpServer::new(|| {
|
||||
App::new()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue