Browse Source
			
			
			Merge pull request #1019 from xoxys/master
			
				Add back openssl crate
			
			
				pull/1020/head
			
			
		 
		
			
				
					
						
						Daniel García
					
					5 years ago
					
						
							committed by
							
								
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
0 deletions
			 
			
		 
		
			
				- 
					
					
					 
					src/main.rs
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -2,6 +2,7 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					#![feature(proc_macro_hygiene, try_trait, ip)] | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					#![recursion_limit = "256"] | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					extern crate openssl; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					#[macro_use] | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					extern crate rocket; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					#[macro_use] | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |