Compare commits
	
		
			2 Commits
		
	
	
		
			v1.1.13
			...
			d59949a8c1
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| d59949a8c1 | |||
| 73e11d5596 | 
| @@ -1,7 +1,8 @@ | ||||
| [package] | ||||
| name = "expose-dir-via-http" | ||||
| version = "1.1.13" | ||||
| edition = "2021" | ||||
| edition = "2024" | ||||
| rust-version = "1.85" | ||||
|  | ||||
| [lints.rust] | ||||
| unsafe_code = "forbid" | ||||
|   | ||||
							
								
								
									
										2
									
								
								rust-toolchain.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								rust-toolchain.toml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | ||||
| [toolchain] | ||||
| channel = "nightly" | ||||
| @@ -5,7 +5,7 @@ use std::{ | ||||
| }; | ||||
|  | ||||
| use actix_web::{App, HttpServer}; | ||||
| use clap::{crate_name, crate_version, Parser}; | ||||
| use clap::{Parser, crate_name, crate_version}; | ||||
|  | ||||
| #[derive(Parser, Debug)] | ||||
| #[clap(name = crate_name!(), version = crate_version!())] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user