Add proxy list, git submodule for intercept

This commit is contained in:
Michael Mikovsky
2025-08-12 17:48:34 -06:00
parent 4757240463
commit 8b2a596b9a
9 changed files with 3373 additions and 23 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "sysintercept"
version = "0.1.0"
edition = "2024"
[dependencies]
bincode = "2.0.1"
ctor = "0.5.0"
libc = "0.2.175"
[build-dependencies]
cmake = "0.1"
[lib]
name = "intercept"
crate-type = ["rlib", "cdylib"]