Removig chrono from api code as well Removing chrono as dep in api code + Using Content-Type for /message/send content type Updating cargo lists for removal of fluff deps Removal of more fluff Addking makefile to avoid compiling debug builds by accident while developing
		
			
				
	
	
		
			9 lines
		
	
	
		
			73 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			73 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
default:
 | 
						|
	cargo build --release
 | 
						|
 | 
						|
dep:
 | 
						|
	cargo update
 | 
						|
 | 
						|
clean:
 | 
						|
	cargo clean
 |