+ Auth module now uses std::time for time based calculations ! All time notations are i64 and rounded to the Millisecond * Moving db pool to a lazy static to avoid constructing a whole pool on every request + Adding more logging per request, even if its lazy logging * Content-Types are now correctly written per type
		
			
				
	
	
		
			12 lines
		
	
	
		
			106 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			106 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
default:
 | 
						|
	cargo build --release
 | 
						|
 | 
						|
dep:
 | 
						|
	cargo update
 | 
						|
 | 
						|
run:
 | 
						|
	cargo run --release -- -s
 | 
						|
 | 
						|
clean:
 | 
						|
	cargo clean
 |