diff --git a/Cargo.toml b/Cargo.toml index 1242127..785a93f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] -name = "arctic_arch" +name = "frost_link" version = "1.0.0" edition = "2021" -description = "ArcticArch is a reverse proxy written in Rust that supports routing requests from a local server to a specified domain. With ArcticArch, you can easily turn a local server running on a specific port, such as `localhost:3000`, into a publicly accessible website connected to `example.com`." +description = "FrostLink is a reverse proxy written in Rust that supports routing requests from a local server to a specified domain. With FrostLink, you can easily turn a local server running on a specific port, such as `localhost:3000`, into a publicly accessible website connected to `example.com`." authors = ["Frost-Lord "] repository = "https://github.com/Frost-Lord/ArcticArch" readme = "README.md" @@ -28,4 +28,4 @@ chrono = "0.4" opt-level = 1 [profile.release] -opt-level = 3 \ No newline at end of file +opt-level = 3