Compare commits
2 Commits
main
...
edition202
Author | SHA1 | Date | |
---|---|---|---|
d59949a8c1 | |||
73e11d5596 |
@ -1,7 +1,8 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "expose-dir-via-http"
|
name = "expose-dir-via-http"
|
||||||
version = "1.1.13"
|
version = "1.1.13"
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
|
rust-version = "1.85"
|
||||||
|
|
||||||
[lints.rust]
|
[lints.rust]
|
||||||
unsafe_code = "forbid"
|
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 actix_web::{App, HttpServer};
|
||||||
use clap::{crate_name, crate_version, Parser};
|
use clap::{Parser, crate_name, crate_version};
|
||||||
|
|
||||||
#[derive(Parser, Debug)]
|
#[derive(Parser, Debug)]
|
||||||
#[clap(name = crate_name!(), version = crate_version!())]
|
#[clap(name = crate_name!(), version = crate_version!())]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user