Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Voyrox authored Apr 5, 2024
1 parent 0d5f30f commit daba2aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <ceo@frostproxy.com>"]
repository = "https://github.com/Frost-Lord/ArcticArch"
readme = "README.md"
Expand All @@ -28,4 +28,4 @@ chrono = "0.4"
opt-level = 1

[profile.release]
opt-level = 3
opt-level = 3

0 comments on commit daba2aa

Please sign in to comment.