Set Server Version to 1.0; Show Version on Startup
This commit is contained in:
		@ -1,6 +1,6 @@
 | 
			
		||||
[package]
 | 
			
		||||
name = "texture-sync-server"
 | 
			
		||||
version = "0.1.0"
 | 
			
		||||
version = "1.0.0"
 | 
			
		||||
authors = ["CodeSteak <codesteak@shellf.art>"]
 | 
			
		||||
edition = "2018"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -24,6 +24,8 @@ use std::path::*;
 | 
			
		||||
fn main() -> std::io::Result<()> {
 | 
			
		||||
    lovecraft::invoke();
 | 
			
		||||
 | 
			
		||||
    println!("\n\n\t=== TextureSync Server {} ===\t\n\n\n", env!("CARGO_PKG_VERSION"));
 | 
			
		||||
 | 
			
		||||
    let data_path = Path::new("./data");
 | 
			
		||||
    println!("loading files from {:?}", data_path);
 | 
			
		||||
    let server_state = ServerState::new(data_path)?;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user