rename to nsc as killswitch is ugly and not kebab

This commit is contained in:
zedddie 2026-03-15 13:18:52 +01:00 committed by tuturuu
parent 2da9b76351
commit b004bd6067
No known key found for this signature in database
GPG key ID: B352C3C2894405A7

View file

@ -1,9 +1,9 @@
[package] [package]
name = "Mesh-Killswitch" name = "nsc"
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"
description = "Tun-in interface for Mesh networks like Tor/I2P with traffic-routing support (DIRECT/PROXY/BLOCK etc.)" 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] [dependencies]
@ -18,9 +18,9 @@ toml = { version = "1.0.6", features = ["serde"] }
tun = { version = "0.8.6", features = ["async", "tokio"] } tun = { version = "0.8.6", features = ["async", "tokio"] }
[profile.release] [profile.release]
strip = true strip = true
lto = true lto = true
codegen-units = 1 codegen-units = 1
opt-level = 3 opt-level = 3