summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzedddie <rust@zedddie.rs>2026-03-15 13:18:52 +0100
committertuturuu <zedddiezxc@gmail.com>2026-03-15 13:18:52 +0100
commitb004bd606753a644692fb4c6536161c0672895c6 (patch)
tree13574b017f4dfb9258c130e39b1eead5cbb86412
parent2da9b76351267e2c5bdef70117a8231aded73530 (diff)
rename to nsc as killswitch is ugly and not kebab
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 03ddfe1..09f6c08 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,9 @@
[package]
-name = "Mesh-Killswitch"
+name = "nsc"
version = "0.1.0"
edition = "2024"
description = "Tun-in interface for Mesh networks like Tor/I2P with traffic-routing support (DIRECT/PROXY/BLOCK etc.)"
-repository = "https://codeberg.org/NamelessTeam/Mesh-Killswitch"
+repository = "https://codeberg.org/NamelessTeam/nsc"
[dependencies]
@@ -18,9 +18,9 @@ toml = { version = "1.0.6", features = ["serde"] }
tun = { version = "0.8.6", features = ["async", "tokio"] }
[profile.release]
-strip = true
-lto = true
-codegen-units = 1
-opt-level = 3
+strip = true
+lto = true
+codegen-units = 1
+opt-level = 3