diff --git a/client/protector/Cargo.lock b/client/protector/Cargo.lock new file mode 100644 index 0000000..840923e --- /dev/null +++ b/client/protector/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "protector" +version = "0.1.0" diff --git a/client/protector/Cargo.toml b/client/protector/Cargo.toml new file mode 100644 index 0000000..8122b0e --- /dev/null +++ b/client/protector/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "protector" +version = "0.1.0" +edition = "2024" + +[dependencies] diff --git a/client/protector/src/main.rs b/client/protector/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/client/protector/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} diff --git a/client/protector/target/.rustc_info.json b/client/protector/target/.rustc_info.json new file mode 100644 index 0000000..fc42f31 --- /dev/null +++ b/client/protector/target/.rustc_info.json @@ -0,0 +1 @@ +{"rustc_fingerprint":15569509355061161103,"outputs":{"7971740275564407648":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/janis/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""},"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.89.0 (29483883e 2025-08-04)\nbinary: rustc\ncommit-hash: 29483883eed69d5fb4db01964cdf2af4d86e9cb2\ncommit-date: 2025-08-04\nhost: x86_64-unknown-linux-gnu\nrelease: 1.89.0\nLLVM version: 20.1.7\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/client/protector/target/CACHEDIR.TAG b/client/protector/target/CACHEDIR.TAG new file mode 100644 index 0000000..20d7c31 --- /dev/null +++ b/client/protector/target/CACHEDIR.TAG @@ -0,0 +1,3 @@ +Signature: 8a477f597d28d172789f06886806bc55 +# This file is a cache directory tag created by cargo. +# For information about cache directory tags see https://bford.info/cachedir/