7 lines
		
	
	
		
			201 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			201 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| pub mod server;
 | |
| 
 | |
| // TODO: remove once done converting to new support server?
 | |
| #[allow(unused)]
 | |
| pub static DEFAULT_USER_AGENT: &str =
 | |
|     concat!(env!("CARGO_PKG_NAME"), "/", env!("CARGO_PKG_VERSION"));
 |