Diff
diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
index 0000000..1eab2ff
--- /dev/null
+++ b/Cargo.lock
@@ -0,0 +1,164 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 4
+
+[[package]]
+name = "anyhow"
+version = "1.0.99"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
+
+[[package]]
+name = "bitflags"
+version = "2.9.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
+
+[[package]]
+name = "errno"
+version = "0.3.14"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
+dependencies = [
+ "libc",
+ "windows-sys",
+]
+
+[[package]]
+name = "gethostname"
+version = "1.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "fc257fdb4038301ce4b9cd1b3b51704509692bb3ff716a410cbd07925d9dae55"
+dependencies = [
+ "rustix",
+ "windows-targets",
+]
+
+[[package]]
+name = "libc"
+version = "0.2.175"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
+
+[[package]]
+name = "linux-raw-sys"
+version = "0.11.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
+
+[[package]]
+name = "oxwm"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "x11rb",
+]
+
+[[package]]
+name = "rustix"
+version = "1.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
+dependencies = [
+ "bitflags",
+ "errno",
+ "libc",
+ "linux-raw-sys",
+ "windows-sys",
+]
+
+[[package]]
+name = "windows-link"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
+
+[[package]]
+name = "windows-sys"
+version = "0.61.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
+dependencies = [
+ "windows-link",
+]
+
+[[package]]
+name = "windows-targets"
+version = "0.52.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
+dependencies = [
+ "windows_aarch64_gnullvm",
+ "windows_aarch64_msvc",
+ "windows_i686_gnu",
+ "windows_i686_gnullvm",
+ "windows_i686_msvc",
+ "windows_x86_64_gnu",
+ "windows_x86_64_gnullvm",
+ "windows_x86_64_msvc",
+]
+
+[[package]]
+name = "windows_aarch64_gnullvm"
+version = "0.52.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
+
+[[package]]
+name = "windows_aarch64_msvc"
+version = "0.52.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
+
+[[package]]
+name = "windows_i686_gnu"
+version = "0.52.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
+
+[[package]]
+name = "windows_i686_gnullvm"
+version = "0.52.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
+
+[[package]]
+name = "windows_i686_msvc"
+version = "0.52.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
+
+[[package]]
+name = "windows_x86_64_gnu"
+version = "0.52.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
+
+[[package]]
+name = "windows_x86_64_gnullvm"
+version = "0.52.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
+
+[[package]]
+name = "windows_x86_64_msvc"
+version = "0.52.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
+
+[[package]]
+name = "x11rb"
+version = "0.13.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
+dependencies = [
+ "gethostname",
+ "rustix",
+ "x11rb-protocol",
+]
+
+[[package]]
+name = "x11rb-protocol"
+version = "0.13.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..f578c6d
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "oxwm"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+x11rb = "0.13"
+anyhow = "1"
+
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..b426581
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1758070117,
+ "narHash": "sha256-uLwwHFCZnT1c3N3biVe/0hCkag2GSrf9+M56+Okf+WY=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "e9b7f2ff62b35f711568b1f0866243c7c302028d",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-25.05",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}
diff --git a/flake.nix b/flake.nix
new file mode 100644
index 0000000..1a43708
--- /dev/null
+++ b/flake.nix
@@ -0,0 +1,26 @@
+{
+ description = "oxwm devshell";
+
+ inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
+
+ outputs = { self, nixpkgs }:
+ let
+ system = "x86_64-linux";
+ pkgs = import nixpkgs { inherit system; };
+ in
+ {
+ devShells.${system}.default = pkgs.mkShell {
+ buildInputs = [
+ pkgs.rustc
+ pkgs.cargo
+ pkgs.xorg.xorgserver
+ pkgs.xterm
+ pkgs.just
+ ];
+ shellHook = ''
+ export PS1="(oxwm-dev) $PS1"
+ '';
+ };
+ };
+}
+
diff --git a/justfile b/justfile
new file mode 100644
index 0000000..b96cf29
--- /dev/null
+++ b/justfile
@@ -0,0 +1,8 @@
+# Run oxwm inside Xephyr with some test clients
+test:
+ pkill Xephyr || true
+ Xephyr -screen 1280x800 :1 & sleep 1
+ DISPLAY=:1 xterm &
+ DISPLAY=:1 xclock &
+ DISPLAY=:1 cargo run
+
diff --git a/readme.org b/readme.org
new file mode 100644
index 0000000..4cd9a38
--- /dev/null
+++ b/readme.org
@@ -0,0 +1,60 @@
+#+TITLE: oxwm
+#+AUTHOR: Tony
+#+STARTUP: overview
+
+* oxwm
+A dynamic window manager written in Rust, inspired by dwm but designed to evolve
+on its own. Configuration will be done as source code (Rust), keeping with the
+suckless philosophy of "edit + recompile."
+
+This project is still in its early stages. Right now it can claim ownership of
+an X display and print incoming events.
+
+* Running with Nix flakes
+You can get a reproducible dev environment with Rust, Cargo, Xephyr, xterm, and
+just by using the flake.
+
+#+begin_src sh
+git clone https://github.com/tonybanters/oxwm
+cd oxwm
+
+# enter the dev shell
+nix develop
+
+# build normally
+cargo build
+#+end_src
+
+* Running tests with just
+The =justfile= includes a =test= recipe that starts Xephyr on =:1=, launches
+some test clients (xterm, xclock), and runs oxwm in the foreground.
+
+#+begin_src sh
+# inside nix develop
+just test
+#+end_src
+
+You should see a new Xephyr window pop up. oxwm will attach to it and log X11
+events in your host terminal. Clients like xterm/xclock will appear inside
+Xephyr.
+
+* Roadmap (high level)
+- **Step 1** :: connect to X, claim =SubstructureRedirect=, print events. (DONE)
+- **Step 2** :: handle =MapRequest= and =ConfigureRequest= so clients can map
+ and appear in Xephyr.
+- **Step 3** :: implement client tracking and a trivial tiling layout.
+- **Step 4** :: add keybindings (Mod+j/k, Mod+Enter, etc).
+- **Step 5** :: per-tag state, multiple layouts, borders, focus handling.
+- **Step 6** :: ICCCM/EWMH basics (WM_DELETE_WINDOW, fullscreen, etc).
+- **Step 7** :: split into =oxwm-core= library and =oxwm-user= config crate,
+ so user configuration is written in Rust code.
+- **Step 8** :: polish developer workflow (Nix flake, just, docs).
+
+* Status
+- Rust + x11rb skeleton running
+- Nix flake devShell available
+- =just test= launches Xephyr, clients, and oxwm
+
+* License
+gpl
+
diff --git a/src/main.rs b/src/main.rs
new file mode 100644
index 0000000..ddb068f
--- /dev/null
+++ b/src/main.rs
@@ -0,0 +1,27 @@
+use anyhow::Result;
+use x11rb::connection::Connection;
+use x11rb::protocol::xproto::*;
+use x11rb::rust_connection::RustConnection;
+
+fn main() -> Result<()> {
+ let (conn, screen_num) = x11rb::connect(None)?;
+ let root = conn.setup().roots[screen_num].root;
+
+ // Ask to manage the root window (like dwm does)
+ conn.change_window_attributes(
+ root,
+ &ChangeWindowAttributesAux::new().event_mask(
+ EventMask::SUBSTRUCTURE_REDIRECT
+ | EventMask::SUBSTRUCTURE_NOTIFY
+ | EventMask::PROPERTY_CHANGE,
+ ),
+ )?.check()?; // will error if another WM is already running
+
+ println!("oxwm started on display {}", screen_num);
+
+ loop {
+ let event = conn.wait_for_event()?;
+ println!("event: {:?}", event);
+ }
+}
+
diff --git a/target/.rustc_info.json b/target/.rustc_info.json
new file mode 100644
index 0000000..8445f30
--- /dev/null
+++ b/target/.rustc_info.json
@@ -0,0 +1 @@
+{"rustc_fingerprint":10242624733677049384,"outputs":{"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.86.0 (05f9846f8 2025-03-31) (built from a source tarball)\nbinary: rustc\ncommit-hash: 05f9846f893b09a1be1fc8560e33fc3c815cfecb\ncommit-date: 2025-03-31\nhost: x86_64-unknown-linux-gnu\nrelease: 1.86.0\nLLVM version: 19.1.7\n","stderr":""},"7971740275564407648":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/nix/store/dg5wmsir28pbprga56vl95a2p4bgznsn-rustc-1.86.0\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":""}},"successes":{}}
\ No newline at end of file
diff --git a/target/CACHEDIR.TAG b/target/CACHEDIR.TAG
new file mode 100644
index 0000000..20d7c31
--- /dev/null
+++ b/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/
diff --git a/target/debug/.cargo-lock b/target/debug/.cargo-lock
new file mode 100644
index 0000000..e69de29
diff --git a/target/debug/.fingerprint/anyhow-71d1b72291ca8f44/run-build-script-build-script-build b/target/debug/.fingerprint/anyhow-71d1b72291ca8f44/run-build-script-build-script-build
new file mode 100644
index 0000000..6c97d11
--- /dev/null
+++ b/target/debug/.fingerprint/anyhow-71d1b72291ca8f44/run-build-script-build-script-build
@@ -0,0 +1 @@
+3ca6c80179faa2b4
\ No newline at end of file
diff --git a/target/debug/.fingerprint/anyhow-71d1b72291ca8f44/run-build-script-build-script-build.json b/target/debug/.fingerprint/anyhow-71d1b72291ca8f44/run-build-script-build-script-build.json
new file mode 100644
index 0000000..a4be69f
--- /dev/null
+++ b/target/debug/.fingerprint/anyhow-71d1b72291ca8f44/run-build-script-build-script-build.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[11207653606310558077,"build_script_build",false,753678186897853417]],"local":[{"RerunIfChanged":{"output":"debug/build/anyhow-71d1b72291ca8f44/output","paths":["src/nightly.rs"]}},{"RerunIfEnvChanged":{"var":"RUSTC_BOOTSTRAP","val":null}}],"rustflags":[],"config":0,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/anyhow-858278e13fec4665/dep-lib-anyhow b/target/debug/.fingerprint/anyhow-858278e13fec4665/dep-lib-anyhow
new file mode 100644
index 0000000..ec3cb8b
Binary files /dev/null and b/target/debug/.fingerprint/anyhow-858278e13fec4665/dep-lib-anyhow differ
diff --git a/target/debug/.fingerprint/anyhow-858278e13fec4665/invoked.timestamp b/target/debug/.fingerprint/anyhow-858278e13fec4665/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/anyhow-858278e13fec4665/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/anyhow-858278e13fec4665/lib-anyhow b/target/debug/.fingerprint/anyhow-858278e13fec4665/lib-anyhow
new file mode 100644
index 0000000..64ca523
--- /dev/null
+++ b/target/debug/.fingerprint/anyhow-858278e13fec4665/lib-anyhow
@@ -0,0 +1 @@
+37c7eb51f86be732
\ No newline at end of file
diff --git a/target/debug/.fingerprint/anyhow-858278e13fec4665/lib-anyhow.json b/target/debug/.fingerprint/anyhow-858278e13fec4665/lib-anyhow.json
new file mode 100644
index 0000000..b6f487f
--- /dev/null
+++ b/target/debug/.fingerprint/anyhow-858278e13fec4665/lib-anyhow.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[\"default\", \"std\"]","declared_features":"[\"backtrace\", \"default\", \"std\"]","target":16100955855663461252,"profile":15657897354478470176,"path":13263101536493421925,"deps":[[11207653606310558077,"build_script_build",false,13016241270682068540]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anyhow-858278e13fec4665/dep-lib-anyhow","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/anyhow-bd2e3e5597ff94c0/dep-lib-anyhow b/target/debug/.fingerprint/anyhow-bd2e3e5597ff94c0/dep-lib-anyhow
new file mode 100644
index 0000000..ec3cb8b
Binary files /dev/null and b/target/debug/.fingerprint/anyhow-bd2e3e5597ff94c0/dep-lib-anyhow differ
diff --git a/target/debug/.fingerprint/anyhow-bd2e3e5597ff94c0/invoked.timestamp b/target/debug/.fingerprint/anyhow-bd2e3e5597ff94c0/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/anyhow-bd2e3e5597ff94c0/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/anyhow-bd2e3e5597ff94c0/lib-anyhow b/target/debug/.fingerprint/anyhow-bd2e3e5597ff94c0/lib-anyhow
new file mode 100644
index 0000000..5e45872
--- /dev/null
+++ b/target/debug/.fingerprint/anyhow-bd2e3e5597ff94c0/lib-anyhow
@@ -0,0 +1 @@
+8429172b980a2509
\ No newline at end of file
diff --git a/target/debug/.fingerprint/anyhow-bd2e3e5597ff94c0/lib-anyhow.json b/target/debug/.fingerprint/anyhow-bd2e3e5597ff94c0/lib-anyhow.json
new file mode 100644
index 0000000..9a81142
--- /dev/null
+++ b/target/debug/.fingerprint/anyhow-bd2e3e5597ff94c0/lib-anyhow.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[\"default\", \"std\"]","declared_features":"[\"backtrace\", \"default\", \"std\"]","target":16100955855663461252,"profile":2241668132362809309,"path":13263101536493421925,"deps":[[11207653606310558077,"build_script_build",false,13016241270682068540]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anyhow-bd2e3e5597ff94c0/dep-lib-anyhow","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/anyhow-d23e5b1f053179a5/build-script-build-script-build b/target/debug/.fingerprint/anyhow-d23e5b1f053179a5/build-script-build-script-build
new file mode 100644
index 0000000..653f0bf
--- /dev/null
+++ b/target/debug/.fingerprint/anyhow-d23e5b1f053179a5/build-script-build-script-build
@@ -0,0 +1 @@
+e9cb015d519a750a
\ No newline at end of file
diff --git a/target/debug/.fingerprint/anyhow-d23e5b1f053179a5/build-script-build-script-build.json b/target/debug/.fingerprint/anyhow-d23e5b1f053179a5/build-script-build-script-build.json
new file mode 100644
index 0000000..d1cee59
--- /dev/null
+++ b/target/debug/.fingerprint/anyhow-d23e5b1f053179a5/build-script-build-script-build.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[\"default\", \"std\"]","declared_features":"[\"backtrace\", \"default\", \"std\"]","target":17883862002600103897,"profile":2225463790103693989,"path":16949169156913995803,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anyhow-d23e5b1f053179a5/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/anyhow-d23e5b1f053179a5/dep-build-script-build-script-build b/target/debug/.fingerprint/anyhow-d23e5b1f053179a5/dep-build-script-build-script-build
new file mode 100644
index 0000000..ec3cb8b
Binary files /dev/null and b/target/debug/.fingerprint/anyhow-d23e5b1f053179a5/dep-build-script-build-script-build differ
diff --git a/target/debug/.fingerprint/anyhow-d23e5b1f053179a5/invoked.timestamp b/target/debug/.fingerprint/anyhow-d23e5b1f053179a5/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/anyhow-d23e5b1f053179a5/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/bitflags-a82a8be18b5f84a0/dep-lib-bitflags b/target/debug/.fingerprint/bitflags-a82a8be18b5f84a0/dep-lib-bitflags
new file mode 100644
index 0000000..ec3cb8b
Binary files /dev/null and b/target/debug/.fingerprint/bitflags-a82a8be18b5f84a0/dep-lib-bitflags differ
diff --git a/target/debug/.fingerprint/bitflags-a82a8be18b5f84a0/invoked.timestamp b/target/debug/.fingerprint/bitflags-a82a8be18b5f84a0/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/bitflags-a82a8be18b5f84a0/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/bitflags-a82a8be18b5f84a0/lib-bitflags b/target/debug/.fingerprint/bitflags-a82a8be18b5f84a0/lib-bitflags
new file mode 100644
index 0000000..0a787a2
--- /dev/null
+++ b/target/debug/.fingerprint/bitflags-a82a8be18b5f84a0/lib-bitflags
@@ -0,0 +1 @@
+ae5dcfa39d865c97
\ No newline at end of file
diff --git a/target/debug/.fingerprint/bitflags-a82a8be18b5f84a0/lib-bitflags.json b/target/debug/.fingerprint/bitflags-a82a8be18b5f84a0/lib-bitflags.json
new file mode 100644
index 0000000..ac1b34c
--- /dev/null
+++ b/target/debug/.fingerprint/bitflags-a82a8be18b5f84a0/lib-bitflags.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[\"std\"]","declared_features":"[\"arbitrary\", \"bytemuck\", \"example_generated\", \"serde\", \"std\"]","target":7691312148208718491,"profile":15657897354478470176,"path":9438507212818679901,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bitflags-a82a8be18b5f84a0/dep-lib-bitflags","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/bitflags-ed0a2342f588a25e/dep-lib-bitflags b/target/debug/.fingerprint/bitflags-ed0a2342f588a25e/dep-lib-bitflags
new file mode 100644
index 0000000..ec3cb8b
Binary files /dev/null and b/target/debug/.fingerprint/bitflags-ed0a2342f588a25e/dep-lib-bitflags differ
diff --git a/target/debug/.fingerprint/bitflags-ed0a2342f588a25e/invoked.timestamp b/target/debug/.fingerprint/bitflags-ed0a2342f588a25e/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/bitflags-ed0a2342f588a25e/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/bitflags-ed0a2342f588a25e/lib-bitflags b/target/debug/.fingerprint/bitflags-ed0a2342f588a25e/lib-bitflags
new file mode 100644
index 0000000..a9b289a
--- /dev/null
+++ b/target/debug/.fingerprint/bitflags-ed0a2342f588a25e/lib-bitflags
@@ -0,0 +1 @@
+94510a27c1c5ab49
\ No newline at end of file
diff --git a/target/debug/.fingerprint/bitflags-ed0a2342f588a25e/lib-bitflags.json b/target/debug/.fingerprint/bitflags-ed0a2342f588a25e/lib-bitflags.json
new file mode 100644
index 0000000..296733f
--- /dev/null
+++ b/target/debug/.fingerprint/bitflags-ed0a2342f588a25e/lib-bitflags.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[\"std\"]","declared_features":"[\"arbitrary\", \"bytemuck\", \"example_generated\", \"serde\", \"std\"]","target":7691312148208718491,"profile":2241668132362809309,"path":9438507212818679901,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bitflags-ed0a2342f588a25e/dep-lib-bitflags","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/gethostname-8e027a3b5d52ec17/dep-lib-gethostname b/target/debug/.fingerprint/gethostname-8e027a3b5d52ec17/dep-lib-gethostname
new file mode 100644
index 0000000..ec3cb8b
Binary files /dev/null and b/target/debug/.fingerprint/gethostname-8e027a3b5d52ec17/dep-lib-gethostname differ
diff --git a/target/debug/.fingerprint/gethostname-8e027a3b5d52ec17/invoked.timestamp b/target/debug/.fingerprint/gethostname-8e027a3b5d52ec17/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/gethostname-8e027a3b5d52ec17/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/gethostname-8e027a3b5d52ec17/lib-gethostname b/target/debug/.fingerprint/gethostname-8e027a3b5d52ec17/lib-gethostname
new file mode 100644
index 0000000..7ef1115
--- /dev/null
+++ b/target/debug/.fingerprint/gethostname-8e027a3b5d52ec17/lib-gethostname
@@ -0,0 +1 @@
+7555ff09a80f8f05
\ No newline at end of file
diff --git a/target/debug/.fingerprint/gethostname-8e027a3b5d52ec17/lib-gethostname.json b/target/debug/.fingerprint/gethostname-8e027a3b5d52ec17/lib-gethostname.json
new file mode 100644
index 0000000..fdc766e
--- /dev/null
+++ b/target/debug/.fingerprint/gethostname-8e027a3b5d52ec17/lib-gethostname.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[]","declared_features":"[]","target":16743694195236931202,"profile":2241668132362809309,"path":8233349554579375396,"deps":[[13228232576020724592,"rustix",false,11536070027344986861]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/gethostname-8e027a3b5d52ec17/dep-lib-gethostname","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/gethostname-fb4ba17306bf8970/dep-lib-gethostname b/target/debug/.fingerprint/gethostname-fb4ba17306bf8970/dep-lib-gethostname
new file mode 100644
index 0000000..ec3cb8b
Binary files /dev/null and b/target/debug/.fingerprint/gethostname-fb4ba17306bf8970/dep-lib-gethostname differ
diff --git a/target/debug/.fingerprint/gethostname-fb4ba17306bf8970/invoked.timestamp b/target/debug/.fingerprint/gethostname-fb4ba17306bf8970/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/gethostname-fb4ba17306bf8970/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/gethostname-fb4ba17306bf8970/lib-gethostname b/target/debug/.fingerprint/gethostname-fb4ba17306bf8970/lib-gethostname
new file mode 100644
index 0000000..0fba943
--- /dev/null
+++ b/target/debug/.fingerprint/gethostname-fb4ba17306bf8970/lib-gethostname
@@ -0,0 +1 @@
+f47a44d125f17516
\ No newline at end of file
diff --git a/target/debug/.fingerprint/gethostname-fb4ba17306bf8970/lib-gethostname.json b/target/debug/.fingerprint/gethostname-fb4ba17306bf8970/lib-gethostname.json
new file mode 100644
index 0000000..e49b056
--- /dev/null
+++ b/target/debug/.fingerprint/gethostname-fb4ba17306bf8970/lib-gethostname.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[]","declared_features":"[]","target":16743694195236931202,"profile":15657897354478470176,"path":8233349554579375396,"deps":[[13228232576020724592,"rustix",false,17351521828733167554]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/gethostname-fb4ba17306bf8970/dep-lib-gethostname","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/linux-raw-sys-0d776b364f8cfc31/dep-lib-linux_raw_sys b/target/debug/.fingerprint/linux-raw-sys-0d776b364f8cfc31/dep-lib-linux_raw_sys
new file mode 100644
index 0000000..ec3cb8b
Binary files /dev/null and b/target/debug/.fingerprint/linux-raw-sys-0d776b364f8cfc31/dep-lib-linux_raw_sys differ
diff --git a/target/debug/.fingerprint/linux-raw-sys-0d776b364f8cfc31/invoked.timestamp b/target/debug/.fingerprint/linux-raw-sys-0d776b364f8cfc31/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/linux-raw-sys-0d776b364f8cfc31/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/linux-raw-sys-0d776b364f8cfc31/lib-linux_raw_sys b/target/debug/.fingerprint/linux-raw-sys-0d776b364f8cfc31/lib-linux_raw_sys
new file mode 100644
index 0000000..59c7eea
--- /dev/null
+++ b/target/debug/.fingerprint/linux-raw-sys-0d776b364f8cfc31/lib-linux_raw_sys
@@ -0,0 +1 @@
+6affdc28d312ea30
\ No newline at end of file
diff --git a/target/debug/.fingerprint/linux-raw-sys-0d776b364f8cfc31/lib-linux_raw_sys.json b/target/debug/.fingerprint/linux-raw-sys-0d776b364f8cfc31/lib-linux_raw_sys.json
new file mode 100644
index 0000000..2a8a95b
--- /dev/null
+++ b/target/debug/.fingerprint/linux-raw-sys-0d776b364f8cfc31/lib-linux_raw_sys.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[\"auxvec\", \"elf\", \"errno\", \"general\", \"if_ether\", \"ioctl\", \"net\", \"netlink\", \"no_std\", \"system\", \"xdp\"]","declared_features":"[\"auxvec\", \"bootparam\", \"btrfs\", \"core\", \"default\", \"elf\", \"elf_uapi\", \"errno\", \"general\", \"if_arp\", \"if_ether\", \"if_packet\", \"image\", \"io_uring\", \"ioctl\", \"landlock\", \"loop_device\", \"mempolicy\", \"net\", \"netlink\", \"no_std\", \"prctl\", \"ptrace\", \"rustc-dep-of-std\", \"std\", \"system\", \"xdp\"]","target":5772965225213482929,"profile":8214764587632450424,"path":1569305634310342476,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/linux-raw-sys-0d776b364f8cfc31/dep-lib-linux_raw_sys","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/linux-raw-sys-74c10602ed6208f4/dep-lib-linux_raw_sys b/target/debug/.fingerprint/linux-raw-sys-74c10602ed6208f4/dep-lib-linux_raw_sys
new file mode 100644
index 0000000..ec3cb8b
Binary files /dev/null and b/target/debug/.fingerprint/linux-raw-sys-74c10602ed6208f4/dep-lib-linux_raw_sys differ
diff --git a/target/debug/.fingerprint/linux-raw-sys-74c10602ed6208f4/invoked.timestamp b/target/debug/.fingerprint/linux-raw-sys-74c10602ed6208f4/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/linux-raw-sys-74c10602ed6208f4/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/linux-raw-sys-74c10602ed6208f4/lib-linux_raw_sys b/target/debug/.fingerprint/linux-raw-sys-74c10602ed6208f4/lib-linux_raw_sys
new file mode 100644
index 0000000..c6cc1e4
--- /dev/null
+++ b/target/debug/.fingerprint/linux-raw-sys-74c10602ed6208f4/lib-linux_raw_sys
@@ -0,0 +1 @@
+49718c8c34f3b4df
\ No newline at end of file
diff --git a/target/debug/.fingerprint/linux-raw-sys-74c10602ed6208f4/lib-linux_raw_sys.json b/target/debug/.fingerprint/linux-raw-sys-74c10602ed6208f4/lib-linux_raw_sys.json
new file mode 100644
index 0000000..67590cd
--- /dev/null
+++ b/target/debug/.fingerprint/linux-raw-sys-74c10602ed6208f4/lib-linux_raw_sys.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[\"auxvec\", \"elf\", \"errno\", \"general\", \"if_ether\", \"ioctl\", \"net\", \"netlink\", \"no_std\", \"system\", \"xdp\"]","declared_features":"[\"auxvec\", \"bootparam\", \"btrfs\", \"core\", \"default\", \"elf\", \"elf_uapi\", \"errno\", \"general\", \"if_arp\", \"if_ether\", \"if_packet\", \"image\", \"io_uring\", \"ioctl\", \"landlock\", \"loop_device\", \"mempolicy\", \"net\", \"netlink\", \"no_std\", \"prctl\", \"ptrace\", \"rustc-dep-of-std\", \"std\", \"system\", \"xdp\"]","target":5772965225213482929,"profile":8721031633699713470,"path":1569305634310342476,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/linux-raw-sys-74c10602ed6208f4/dep-lib-linux_raw_sys","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/oxwm-12d8c77fb4a11aea/dep-test-bin-oxwm b/target/debug/.fingerprint/oxwm-12d8c77fb4a11aea/dep-test-bin-oxwm
new file mode 100644
index 0000000..5c54f74
Binary files /dev/null and b/target/debug/.fingerprint/oxwm-12d8c77fb4a11aea/dep-test-bin-oxwm differ
diff --git a/target/debug/.fingerprint/oxwm-12d8c77fb4a11aea/invoked.timestamp b/target/debug/.fingerprint/oxwm-12d8c77fb4a11aea/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/oxwm-12d8c77fb4a11aea/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/oxwm-12d8c77fb4a11aea/output-test-bin-oxwm b/target/debug/.fingerprint/oxwm-12d8c77fb4a11aea/output-test-bin-oxwm
new file mode 100644
index 0000000..7afa46a
--- /dev/null
+++ b/target/debug/.fingerprint/oxwm-12d8c77fb4a11aea/output-test-bin-oxwm
@@ -0,0 +1,2 @@
+{"$message_type":"diagnostic","message":"unused import: `x11rb::rust_connection::RustConnection`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/main.rs","byte_start":91,"byte_end":129,"line_start":4,"line_end":4,"column_start":5,"column_end":43,"is_primary":true,"text":[{"text":"use x11rb::rust_connection::RustConnection;","highlight_start":5,"highlight_end":43}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"src/main.rs","byte_start":87,"byte_end":131,"line_start":4,"line_end":5,"column_start":1,"column_end":1,"is_primary":true,"text":[{"text":"use x11rb::rust_connection::RustConnection;","highlight_start":1,"highlight_end":44},{"text":"","highlight_start":1,"highlight_end":1}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `x11rb::rust_connection::RustConnection`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/main.rs:4:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m4\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse x11rb::rust_connection::RustConnection;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"}
+{"$message_type":"diagnostic","message":"1 warning emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 1 warning emitted\u001b[0m\n\n"}
diff --git a/target/debug/.fingerprint/oxwm-12d8c77fb4a11aea/test-bin-oxwm b/target/debug/.fingerprint/oxwm-12d8c77fb4a11aea/test-bin-oxwm
new file mode 100644
index 0000000..4ddedb9
--- /dev/null
+++ b/target/debug/.fingerprint/oxwm-12d8c77fb4a11aea/test-bin-oxwm
@@ -0,0 +1 @@
+3c3f60eb7c0720a7
\ No newline at end of file
diff --git a/target/debug/.fingerprint/oxwm-12d8c77fb4a11aea/test-bin-oxwm.json b/target/debug/.fingerprint/oxwm-12d8c77fb4a11aea/test-bin-oxwm.json
new file mode 100644
index 0000000..53163d3
--- /dev/null
+++ b/target/debug/.fingerprint/oxwm-12d8c77fb4a11aea/test-bin-oxwm.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[]","declared_features":"[]","target":849383225329439670,"profile":3316208278650011218,"path":4942398508502643691,"deps":[[11207653606310558077,"anyhow",false,658944569153890692],[15803581142294733505,"x11rb",false,13721255141274308247]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/oxwm-12d8c77fb4a11aea/dep-test-bin-oxwm","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/oxwm-44d9f20a67bca009/bin-oxwm b/target/debug/.fingerprint/oxwm-44d9f20a67bca009/bin-oxwm
new file mode 100644
index 0000000..ffa1f2f
--- /dev/null
+++ b/target/debug/.fingerprint/oxwm-44d9f20a67bca009/bin-oxwm
@@ -0,0 +1 @@
+ac55505dfc11410c
\ No newline at end of file
diff --git a/target/debug/.fingerprint/oxwm-44d9f20a67bca009/bin-oxwm.json b/target/debug/.fingerprint/oxwm-44d9f20a67bca009/bin-oxwm.json
new file mode 100644
index 0000000..9654e57
--- /dev/null
+++ b/target/debug/.fingerprint/oxwm-44d9f20a67bca009/bin-oxwm.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[]","declared_features":"[]","target":849383225329439670,"profile":17672942494452627365,"path":4942398508502643691,"deps":[[11207653606310558077,"anyhow",false,658944569153890692],[15803581142294733505,"x11rb",false,13721255141274308247]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/oxwm-44d9f20a67bca009/dep-bin-oxwm","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/oxwm-44d9f20a67bca009/dep-bin-oxwm b/target/debug/.fingerprint/oxwm-44d9f20a67bca009/dep-bin-oxwm
new file mode 100644
index 0000000..5c54f74
Binary files /dev/null and b/target/debug/.fingerprint/oxwm-44d9f20a67bca009/dep-bin-oxwm differ
diff --git a/target/debug/.fingerprint/oxwm-44d9f20a67bca009/invoked.timestamp b/target/debug/.fingerprint/oxwm-44d9f20a67bca009/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/oxwm-44d9f20a67bca009/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/oxwm-44d9f20a67bca009/output-bin-oxwm b/target/debug/.fingerprint/oxwm-44d9f20a67bca009/output-bin-oxwm
new file mode 100644
index 0000000..7afa46a
--- /dev/null
+++ b/target/debug/.fingerprint/oxwm-44d9f20a67bca009/output-bin-oxwm
@@ -0,0 +1,2 @@
+{"$message_type":"diagnostic","message":"unused import: `x11rb::rust_connection::RustConnection`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/main.rs","byte_start":91,"byte_end":129,"line_start":4,"line_end":4,"column_start":5,"column_end":43,"is_primary":true,"text":[{"text":"use x11rb::rust_connection::RustConnection;","highlight_start":5,"highlight_end":43}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"src/main.rs","byte_start":87,"byte_end":131,"line_start":4,"line_end":5,"column_start":1,"column_end":1,"is_primary":true,"text":[{"text":"use x11rb::rust_connection::RustConnection;","highlight_start":1,"highlight_end":44},{"text":"","highlight_start":1,"highlight_end":1}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `x11rb::rust_connection::RustConnection`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/main.rs:4:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m4\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse x11rb::rust_connection::RustConnection;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"}
+{"$message_type":"diagnostic","message":"1 warning emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 1 warning emitted\u001b[0m\n\n"}
diff --git a/target/debug/.fingerprint/oxwm-4610d28397f99940/bin-oxwm b/target/debug/.fingerprint/oxwm-4610d28397f99940/bin-oxwm
new file mode 100644
index 0000000..13dd7b3
--- /dev/null
+++ b/target/debug/.fingerprint/oxwm-4610d28397f99940/bin-oxwm
@@ -0,0 +1 @@
+ef9485a9e4008eba
\ No newline at end of file
diff --git a/target/debug/.fingerprint/oxwm-4610d28397f99940/bin-oxwm.json b/target/debug/.fingerprint/oxwm-4610d28397f99940/bin-oxwm.json
new file mode 100644
index 0000000..fa91a15
--- /dev/null
+++ b/target/debug/.fingerprint/oxwm-4610d28397f99940/bin-oxwm.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[]","declared_features":"[]","target":849383225329439670,"profile":8731458305071235362,"path":4942398508502643691,"deps":[[11207653606310558077,"anyhow",false,3668019135787026231],[15803581142294733505,"x11rb",false,3006394336812735692]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/oxwm-4610d28397f99940/dep-bin-oxwm","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/oxwm-4610d28397f99940/dep-bin-oxwm b/target/debug/.fingerprint/oxwm-4610d28397f99940/dep-bin-oxwm
new file mode 100644
index 0000000..5c54f74
Binary files /dev/null and b/target/debug/.fingerprint/oxwm-4610d28397f99940/dep-bin-oxwm differ
diff --git a/target/debug/.fingerprint/oxwm-4610d28397f99940/invoked.timestamp b/target/debug/.fingerprint/oxwm-4610d28397f99940/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/oxwm-4610d28397f99940/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/oxwm-4610d28397f99940/output-bin-oxwm b/target/debug/.fingerprint/oxwm-4610d28397f99940/output-bin-oxwm
new file mode 100644
index 0000000..7afa46a
--- /dev/null
+++ b/target/debug/.fingerprint/oxwm-4610d28397f99940/output-bin-oxwm
@@ -0,0 +1,2 @@
+{"$message_type":"diagnostic","message":"unused import: `x11rb::rust_connection::RustConnection`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/main.rs","byte_start":91,"byte_end":129,"line_start":4,"line_end":4,"column_start":5,"column_end":43,"is_primary":true,"text":[{"text":"use x11rb::rust_connection::RustConnection;","highlight_start":5,"highlight_end":43}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"src/main.rs","byte_start":87,"byte_end":131,"line_start":4,"line_end":5,"column_start":1,"column_end":1,"is_primary":true,"text":[{"text":"use x11rb::rust_connection::RustConnection;","highlight_start":1,"highlight_end":44},{"text":"","highlight_start":1,"highlight_end":1}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `x11rb::rust_connection::RustConnection`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/main.rs:4:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m4\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse x11rb::rust_connection::RustConnection;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"}
+{"$message_type":"diagnostic","message":"1 warning emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 1 warning emitted\u001b[0m\n\n"}
diff --git a/target/debug/.fingerprint/rustix-76ce16281144e1cc/run-build-script-build-script-build b/target/debug/.fingerprint/rustix-76ce16281144e1cc/run-build-script-build-script-build
new file mode 100644
index 0000000..4a01879
--- /dev/null
+++ b/target/debug/.fingerprint/rustix-76ce16281144e1cc/run-build-script-build-script-build
@@ -0,0 +1 @@
+2a74d9c6d123bdff
\ No newline at end of file
diff --git a/target/debug/.fingerprint/rustix-76ce16281144e1cc/run-build-script-build-script-build.json b/target/debug/.fingerprint/rustix-76ce16281144e1cc/run-build-script-build-script-build.json
new file mode 100644
index 0000000..324d2ef
--- /dev/null
+++ b/target/debug/.fingerprint/rustix-76ce16281144e1cc/run-build-script-build-script-build.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[13228232576020724592,"build_script_build",false,5816201755608068426]],"local":[{"RerunIfChanged":{"output":"debug/build/rustix-76ce16281144e1cc/output","paths":["build.rs"]}},{"RerunIfEnvChanged":{"var":"CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM","val":null}},{"RerunIfEnvChanged":{"var":"CARGO_CFG_RUSTIX_USE_LIBC","val":null}},{"RerunIfEnvChanged":{"var":"CARGO_FEATURE_USE_LIBC","val":null}},{"RerunIfEnvChanged":{"var":"CARGO_FEATURE_RUSTC_DEP_OF_STD","val":null}},{"RerunIfEnvChanged":{"var":"CARGO_CFG_MIRI","val":null}}],"rustflags":[],"config":0,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/rustix-d987853edb6a6d61/dep-lib-rustix b/target/debug/.fingerprint/rustix-d987853edb6a6d61/dep-lib-rustix
new file mode 100644
index 0000000..ec3cb8b
Binary files /dev/null and b/target/debug/.fingerprint/rustix-d987853edb6a6d61/dep-lib-rustix differ
diff --git a/target/debug/.fingerprint/rustix-d987853edb6a6d61/invoked.timestamp b/target/debug/.fingerprint/rustix-d987853edb6a6d61/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/rustix-d987853edb6a6d61/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/rustix-d987853edb6a6d61/lib-rustix b/target/debug/.fingerprint/rustix-d987853edb6a6d61/lib-rustix
new file mode 100644
index 0000000..a2cfaac
--- /dev/null
+++ b/target/debug/.fingerprint/rustix-d987853edb6a6d61/lib-rustix
@@ -0,0 +1 @@
+edc2edb3915a18a0
\ No newline at end of file
diff --git a/target/debug/.fingerprint/rustix-d987853edb6a6d61/lib-rustix.json b/target/debug/.fingerprint/rustix-d987853edb6a6d61/lib-rustix.json
new file mode 100644
index 0000000..fd0d855
--- /dev/null
+++ b/target/debug/.fingerprint/rustix-d987853edb6a6d61/lib-rustix.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[\"alloc\", \"event\", \"fs\", \"net\", \"std\", \"system\"]","declared_features":"[\"all-apis\", \"alloc\", \"core\", \"default\", \"event\", \"fs\", \"io_uring\", \"libc\", \"libc_errno\", \"linux_4_11\", \"linux_5_1\", \"linux_5_11\", \"linux_latest\", \"mm\", \"mount\", \"net\", \"param\", \"pipe\", \"process\", \"pty\", \"rand\", \"runtime\", \"rustc-dep-of-std\", \"rustc-std-workspace-alloc\", \"shm\", \"std\", \"stdio\", \"system\", \"termios\", \"thread\", \"time\", \"try_close\", \"use-explicitly-provided-auxv\", \"use-libc\", \"use-libc-auxv\"]","target":16221545317719767766,"profile":9095682587723707624,"path":12582927060139307167,"deps":[[12848154260885479101,"bitflags",false,5308554019160609172],[13228232576020724592,"build_script_build",false,18427924634161214506],[17146483649602403347,"linux_raw_sys",false,3524650356503805802]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustix-d987853edb6a6d61/dep-lib-rustix","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/rustix-f4c99b24dd7087fd/build-script-build-script-build b/target/debug/.fingerprint/rustix-f4c99b24dd7087fd/build-script-build-script-build
new file mode 100644
index 0000000..bcf774e
--- /dev/null
+++ b/target/debug/.fingerprint/rustix-f4c99b24dd7087fd/build-script-build-script-build
@@ -0,0 +1 @@
+4ab10561ae4cb750
\ No newline at end of file
diff --git a/target/debug/.fingerprint/rustix-f4c99b24dd7087fd/build-script-build-script-build.json b/target/debug/.fingerprint/rustix-f4c99b24dd7087fd/build-script-build-script-build.json
new file mode 100644
index 0000000..a2bf73a
--- /dev/null
+++ b/target/debug/.fingerprint/rustix-f4c99b24dd7087fd/build-script-build-script-build.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[\"alloc\", \"event\", \"fs\", \"net\", \"std\", \"system\"]","declared_features":"[\"all-apis\", \"alloc\", \"core\", \"default\", \"event\", \"fs\", \"io_uring\", \"libc\", \"libc_errno\", \"linux_4_11\", \"linux_5_1\", \"linux_5_11\", \"linux_latest\", \"mm\", \"mount\", \"net\", \"param\", \"pipe\", \"process\", \"pty\", \"rand\", \"runtime\", \"rustc-dep-of-std\", \"rustc-std-workspace-alloc\", \"shm\", \"std\", \"stdio\", \"system\", \"termios\", \"thread\", \"time\", \"try_close\", \"use-explicitly-provided-auxv\", \"use-libc\", \"use-libc-auxv\"]","target":5408242616063297496,"profile":9258927018965972598,"path":10068914813809425967,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustix-f4c99b24dd7087fd/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/rustix-f4c99b24dd7087fd/dep-build-script-build-script-build b/target/debug/.fingerprint/rustix-f4c99b24dd7087fd/dep-build-script-build-script-build
new file mode 100644
index 0000000..ec3cb8b
Binary files /dev/null and b/target/debug/.fingerprint/rustix-f4c99b24dd7087fd/dep-build-script-build-script-build differ
diff --git a/target/debug/.fingerprint/rustix-f4c99b24dd7087fd/invoked.timestamp b/target/debug/.fingerprint/rustix-f4c99b24dd7087fd/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/rustix-f4c99b24dd7087fd/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/rustix-f672fdce7a4fc472/dep-lib-rustix b/target/debug/.fingerprint/rustix-f672fdce7a4fc472/dep-lib-rustix
new file mode 100644
index 0000000..ec3cb8b
Binary files /dev/null and b/target/debug/.fingerprint/rustix-f672fdce7a4fc472/dep-lib-rustix differ
diff --git a/target/debug/.fingerprint/rustix-f672fdce7a4fc472/invoked.timestamp b/target/debug/.fingerprint/rustix-f672fdce7a4fc472/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/rustix-f672fdce7a4fc472/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/rustix-f672fdce7a4fc472/lib-rustix b/target/debug/.fingerprint/rustix-f672fdce7a4fc472/lib-rustix
new file mode 100644
index 0000000..c4f33bc
--- /dev/null
+++ b/target/debug/.fingerprint/rustix-f672fdce7a4fc472/lib-rustix
@@ -0,0 +1 @@
+c2a713c22bfdccf0
\ No newline at end of file
diff --git a/target/debug/.fingerprint/rustix-f672fdce7a4fc472/lib-rustix.json b/target/debug/.fingerprint/rustix-f672fdce7a4fc472/lib-rustix.json
new file mode 100644
index 0000000..0bb63e6
--- /dev/null
+++ b/target/debug/.fingerprint/rustix-f672fdce7a4fc472/lib-rustix.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[\"alloc\", \"event\", \"fs\", \"net\", \"std\", \"system\"]","declared_features":"[\"all-apis\", \"alloc\", \"core\", \"default\", \"event\", \"fs\", \"io_uring\", \"libc\", \"libc_errno\", \"linux_4_11\", \"linux_5_1\", \"linux_5_11\", \"linux_latest\", \"mm\", \"mount\", \"net\", \"param\", \"pipe\", \"process\", \"pty\", \"rand\", \"runtime\", \"rustc-dep-of-std\", \"rustc-std-workspace-alloc\", \"shm\", \"std\", \"stdio\", \"system\", \"termios\", \"thread\", \"time\", \"try_close\", \"use-explicitly-provided-auxv\", \"use-libc\", \"use-libc-auxv\"]","target":16221545317719767766,"profile":4251594994227090719,"path":12582927060139307167,"deps":[[12848154260885479101,"bitflags",false,10906740409200762286],[13228232576020724592,"build_script_build",false,18427924634161214506],[17146483649602403347,"linux_raw_sys",false,16119776373287711049]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustix-f672fdce7a4fc472/dep-lib-rustix","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/x11rb-40ddd84d70e6281a/dep-lib-x11rb b/target/debug/.fingerprint/x11rb-40ddd84d70e6281a/dep-lib-x11rb
new file mode 100644
index 0000000..ec3cb8b
Binary files /dev/null and b/target/debug/.fingerprint/x11rb-40ddd84d70e6281a/dep-lib-x11rb differ
diff --git a/target/debug/.fingerprint/x11rb-40ddd84d70e6281a/invoked.timestamp b/target/debug/.fingerprint/x11rb-40ddd84d70e6281a/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/x11rb-40ddd84d70e6281a/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/x11rb-40ddd84d70e6281a/lib-x11rb b/target/debug/.fingerprint/x11rb-40ddd84d70e6281a/lib-x11rb
new file mode 100644
index 0000000..283f2a8
--- /dev/null
+++ b/target/debug/.fingerprint/x11rb-40ddd84d70e6281a/lib-x11rb
@@ -0,0 +1 @@
+974e2848dab06bbe
\ No newline at end of file
diff --git a/target/debug/.fingerprint/x11rb-40ddd84d70e6281a/lib-x11rb.json b/target/debug/.fingerprint/x11rb-40ddd84d70e6281a/lib-x11rb.json
new file mode 100644
index 0000000..d71813b
--- /dev/null
+++ b/target/debug/.fingerprint/x11rb-40ddd84d70e6281a/lib-x11rb.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[]","declared_features":"[\"all-extensions\", \"allow-unsafe-code\", \"as-raw-xcb-connection\", \"composite\", \"cursor\", \"damage\", \"dbe\", \"dl-libxcb\", \"dpms\", \"dri2\", \"dri3\", \"extra-traits\", \"glx\", \"image\", \"libc\", \"libloading\", \"once_cell\", \"present\", \"randr\", \"raw-window-handle\", \"record\", \"render\", \"request-parsing\", \"res\", \"resource_manager\", \"screensaver\", \"shape\", \"shm\", \"sync\", \"tracing\", \"xcursor\", \"xevie\", \"xf86dri\", \"xf86vidmode\", \"xfixes\", \"xinerama\", \"xinput\", \"xkb\", \"xprint\", \"xselinux\", \"xtest\", \"xv\", \"xvmc\"]","target":3826750992805533564,"profile":2241668132362809309,"path":14909631613992048495,"deps":[[806484002035136204,"gethostname",false,400556106255914357],[13228232576020724592,"rustix",false,11536070027344986861],[13884421506057980061,"x11rb_protocol",false,3282133157623708917]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/x11rb-40ddd84d70e6281a/dep-lib-x11rb","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/x11rb-e928cf659c4e9de7/dep-lib-x11rb b/target/debug/.fingerprint/x11rb-e928cf659c4e9de7/dep-lib-x11rb
new file mode 100644
index 0000000..ec3cb8b
Binary files /dev/null and b/target/debug/.fingerprint/x11rb-e928cf659c4e9de7/dep-lib-x11rb differ
diff --git a/target/debug/.fingerprint/x11rb-e928cf659c4e9de7/invoked.timestamp b/target/debug/.fingerprint/x11rb-e928cf659c4e9de7/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/x11rb-e928cf659c4e9de7/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/x11rb-e928cf659c4e9de7/lib-x11rb b/target/debug/.fingerprint/x11rb-e928cf659c4e9de7/lib-x11rb
new file mode 100644
index 0000000..cf7dbe8
--- /dev/null
+++ b/target/debug/.fingerprint/x11rb-e928cf659c4e9de7/lib-x11rb
@@ -0,0 +1 @@
+cc1c7884b8dbb829
\ No newline at end of file
diff --git a/target/debug/.fingerprint/x11rb-e928cf659c4e9de7/lib-x11rb.json b/target/debug/.fingerprint/x11rb-e928cf659c4e9de7/lib-x11rb.json
new file mode 100644
index 0000000..e465c08
--- /dev/null
+++ b/target/debug/.fingerprint/x11rb-e928cf659c4e9de7/lib-x11rb.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[]","declared_features":"[\"all-extensions\", \"allow-unsafe-code\", \"as-raw-xcb-connection\", \"composite\", \"cursor\", \"damage\", \"dbe\", \"dl-libxcb\", \"dpms\", \"dri2\", \"dri3\", \"extra-traits\", \"glx\", \"image\", \"libc\", \"libloading\", \"once_cell\", \"present\", \"randr\", \"raw-window-handle\", \"record\", \"render\", \"request-parsing\", \"res\", \"resource_manager\", \"screensaver\", \"shape\", \"shm\", \"sync\", \"tracing\", \"xcursor\", \"xevie\", \"xf86dri\", \"xf86vidmode\", \"xfixes\", \"xinerama\", \"xinput\", \"xkb\", \"xprint\", \"xselinux\", \"xtest\", \"xv\", \"xvmc\"]","target":3826750992805533564,"profile":15657897354478470176,"path":14909631613992048495,"deps":[[806484002035136204,"gethostname",false,1618464785836571380],[13228232576020724592,"rustix",false,17351521828733167554],[13884421506057980061,"x11rb_protocol",false,8006542578957306580]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/x11rb-e928cf659c4e9de7/dep-lib-x11rb","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/x11rb-protocol-678abc09ab03d397/dep-lib-x11rb_protocol b/target/debug/.fingerprint/x11rb-protocol-678abc09ab03d397/dep-lib-x11rb_protocol
new file mode 100644
index 0000000..ec3cb8b
Binary files /dev/null and b/target/debug/.fingerprint/x11rb-protocol-678abc09ab03d397/dep-lib-x11rb_protocol differ
diff --git a/target/debug/.fingerprint/x11rb-protocol-678abc09ab03d397/invoked.timestamp b/target/debug/.fingerprint/x11rb-protocol-678abc09ab03d397/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/x11rb-protocol-678abc09ab03d397/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/x11rb-protocol-678abc09ab03d397/lib-x11rb_protocol b/target/debug/.fingerprint/x11rb-protocol-678abc09ab03d397/lib-x11rb_protocol
new file mode 100644
index 0000000..eb8dbf3
--- /dev/null
+++ b/target/debug/.fingerprint/x11rb-protocol-678abc09ab03d397/lib-x11rb_protocol
@@ -0,0 +1 @@
+f53cb1a5b77a8c2d
\ No newline at end of file
diff --git a/target/debug/.fingerprint/x11rb-protocol-678abc09ab03d397/lib-x11rb_protocol.json b/target/debug/.fingerprint/x11rb-protocol-678abc09ab03d397/lib-x11rb_protocol.json
new file mode 100644
index 0000000..f50c76e
--- /dev/null
+++ b/target/debug/.fingerprint/x11rb-protocol-678abc09ab03d397/lib-x11rb_protocol.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[\"std\"]","declared_features":"[\"all-extensions\", \"composite\", \"damage\", \"dbe\", \"default\", \"dpms\", \"dri2\", \"dri3\", \"extra-traits\", \"glx\", \"present\", \"randr\", \"record\", \"render\", \"request-parsing\", \"res\", \"resource_manager\", \"screensaver\", \"serde\", \"shape\", \"shm\", \"std\", \"sync\", \"xevie\", \"xf86dri\", \"xf86vidmode\", \"xfixes\", \"xinerama\", \"xinput\", \"xkb\", \"xprint\", \"xselinux\", \"xtest\", \"xv\", \"xvmc\"]","target":6750863686451268541,"profile":2241668132362809309,"path":7414195250473694254,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/x11rb-protocol-678abc09ab03d397/dep-lib-x11rb_protocol","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/x11rb-protocol-982f4e03a16b408b/dep-lib-x11rb_protocol b/target/debug/.fingerprint/x11rb-protocol-982f4e03a16b408b/dep-lib-x11rb_protocol
new file mode 100644
index 0000000..ec3cb8b
Binary files /dev/null and b/target/debug/.fingerprint/x11rb-protocol-982f4e03a16b408b/dep-lib-x11rb_protocol differ
diff --git a/target/debug/.fingerprint/x11rb-protocol-982f4e03a16b408b/invoked.timestamp b/target/debug/.fingerprint/x11rb-protocol-982f4e03a16b408b/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/.fingerprint/x11rb-protocol-982f4e03a16b408b/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/x11rb-protocol-982f4e03a16b408b/lib-x11rb_protocol b/target/debug/.fingerprint/x11rb-protocol-982f4e03a16b408b/lib-x11rb_protocol
new file mode 100644
index 0000000..ecead48
--- /dev/null
+++ b/target/debug/.fingerprint/x11rb-protocol-982f4e03a16b408b/lib-x11rb_protocol
@@ -0,0 +1 @@
+d44aca190ef41c6f
\ No newline at end of file
diff --git a/target/debug/.fingerprint/x11rb-protocol-982f4e03a16b408b/lib-x11rb_protocol.json b/target/debug/.fingerprint/x11rb-protocol-982f4e03a16b408b/lib-x11rb_protocol.json
new file mode 100644
index 0000000..eaa3029
--- /dev/null
+++ b/target/debug/.fingerprint/x11rb-protocol-982f4e03a16b408b/lib-x11rb_protocol.json
@@ -0,0 +1 @@
+{"rustc":10128419115332751062,"features":"[\"std\"]","declared_features":"[\"all-extensions\", \"composite\", \"damage\", \"dbe\", \"default\", \"dpms\", \"dri2\", \"dri3\", \"extra-traits\", \"glx\", \"present\", \"randr\", \"record\", \"render\", \"request-parsing\", \"res\", \"resource_manager\", \"screensaver\", \"serde\", \"shape\", \"shm\", \"std\", \"sync\", \"xevie\", \"xf86dri\", \"xf86vidmode\", \"xfixes\", \"xinerama\", \"xinput\", \"xkb\", \"xprint\", \"xselinux\", \"xtest\", \"xv\", \"xvmc\"]","target":6750863686451268541,"profile":15657897354478470176,"path":7414195250473694254,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/x11rb-protocol-982f4e03a16b408b/dep-lib-x11rb_protocol","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/build/anyhow-71d1b72291ca8f44/invoked.timestamp b/target/debug/build/anyhow-71d1b72291ca8f44/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/build/anyhow-71d1b72291ca8f44/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/build/anyhow-71d1b72291ca8f44/output b/target/debug/build/anyhow-71d1b72291ca8f44/output
new file mode 100644
index 0000000..f4b3d56
--- /dev/null
+++ b/target/debug/build/anyhow-71d1b72291ca8f44/output
@@ -0,0 +1,12 @@
+cargo:rerun-if-changed=src/nightly.rs
+cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP
+cargo:rustc-check-cfg=cfg(anyhow_build_probe)
+cargo:rustc-check-cfg=cfg(anyhow_nightly_testing)
+cargo:rustc-check-cfg=cfg(anyhow_no_core_error)
+cargo:rustc-check-cfg=cfg(anyhow_no_core_unwind_safe)
+cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str)
+cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)
+cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)
+cargo:rustc-check-cfg=cfg(error_generic_member_access)
+cargo:rustc-check-cfg=cfg(std_backtrace)
+cargo:rustc-cfg=std_backtrace
diff --git a/target/debug/build/anyhow-71d1b72291ca8f44/root-output b/target/debug/build/anyhow-71d1b72291ca8f44/root-output
new file mode 100644
index 0000000..91cad8c
--- /dev/null
+++ b/target/debug/build/anyhow-71d1b72291ca8f44/root-output
@@ -0,0 +1 @@
+/home/tony/repos/oxwm/target/debug/build/anyhow-71d1b72291ca8f44/out
\ No newline at end of file
diff --git a/target/debug/build/anyhow-71d1b72291ca8f44/stderr b/target/debug/build/anyhow-71d1b72291ca8f44/stderr
new file mode 100644
index 0000000..e69de29
diff --git a/target/debug/build/anyhow-d23e5b1f053179a5/build-script-build b/target/debug/build/anyhow-d23e5b1f053179a5/build-script-build
new file mode 100755
index 0000000..1293702
Binary files /dev/null and b/target/debug/build/anyhow-d23e5b1f053179a5/build-script-build differ
diff --git a/target/debug/build/anyhow-d23e5b1f053179a5/build_script_build-d23e5b1f053179a5 b/target/debug/build/anyhow-d23e5b1f053179a5/build_script_build-d23e5b1f053179a5
new file mode 100755
index 0000000..1293702
Binary files /dev/null and b/target/debug/build/anyhow-d23e5b1f053179a5/build_script_build-d23e5b1f053179a5 differ
diff --git a/target/debug/build/anyhow-d23e5b1f053179a5/build_script_build-d23e5b1f053179a5.d b/target/debug/build/anyhow-d23e5b1f053179a5/build_script_build-d23e5b1f053179a5.d
new file mode 100644
index 0000000..6d25f59
--- /dev/null
+++ b/target/debug/build/anyhow-d23e5b1f053179a5/build_script_build-d23e5b1f053179a5.d
@@ -0,0 +1,5 @@
+/home/tony/repos/oxwm/target/debug/build/anyhow-d23e5b1f053179a5/build_script_build-d23e5b1f053179a5: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/build.rs
+
+/home/tony/repos/oxwm/target/debug/build/anyhow-d23e5b1f053179a5/build_script_build-d23e5b1f053179a5.d: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/build.rs
+
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/build.rs:
diff --git a/target/debug/build/rustix-76ce16281144e1cc/invoked.timestamp b/target/debug/build/rustix-76ce16281144e1cc/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/target/debug/build/rustix-76ce16281144e1cc/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/build/rustix-76ce16281144e1cc/output b/target/debug/build/rustix-76ce16281144e1cc/output
new file mode 100644
index 0000000..e908152
--- /dev/null
+++ b/target/debug/build/rustix-76ce16281144e1cc/output
@@ -0,0 +1,13 @@
+cargo:rerun-if-changed=build.rs
+cargo:rustc-cfg=static_assertions
+cargo:rustc-cfg=lower_upper_exp_for_non_zero
+cargo:rustc-cfg=rustc_diagnostics
+cargo:rustc-cfg=linux_raw_dep
+cargo:rustc-cfg=linux_raw
+cargo:rustc-cfg=linux_like
+cargo:rustc-cfg=linux_kernel
+cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM
+cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC
+cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC
+cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD
+cargo:rerun-if-env-changed=CARGO_CFG_MIRI
diff --git a/target/debug/build/rustix-76ce16281144e1cc/root-output b/target/debug/build/rustix-76ce16281144e1cc/root-output
new file mode 100644
index 0000000..0c914bb
--- /dev/null
+++ b/target/debug/build/rustix-76ce16281144e1cc/root-output
@@ -0,0 +1 @@
+/home/tony/repos/oxwm/target/debug/build/rustix-76ce16281144e1cc/out
\ No newline at end of file
diff --git a/target/debug/build/rustix-76ce16281144e1cc/stderr b/target/debug/build/rustix-76ce16281144e1cc/stderr
new file mode 100644
index 0000000..e69de29
diff --git a/target/debug/build/rustix-f4c99b24dd7087fd/build-script-build b/target/debug/build/rustix-f4c99b24dd7087fd/build-script-build
new file mode 100755
index 0000000..61cd042
Binary files /dev/null and b/target/debug/build/rustix-f4c99b24dd7087fd/build-script-build differ
diff --git a/target/debug/build/rustix-f4c99b24dd7087fd/build_script_build-f4c99b24dd7087fd b/target/debug/build/rustix-f4c99b24dd7087fd/build_script_build-f4c99b24dd7087fd
new file mode 100755
index 0000000..61cd042
Binary files /dev/null and b/target/debug/build/rustix-f4c99b24dd7087fd/build_script_build-f4c99b24dd7087fd differ
diff --git a/target/debug/build/rustix-f4c99b24dd7087fd/build_script_build-f4c99b24dd7087fd.d b/target/debug/build/rustix-f4c99b24dd7087fd/build_script_build-f4c99b24dd7087fd.d
new file mode 100644
index 0000000..cac89ad
--- /dev/null
+++ b/target/debug/build/rustix-f4c99b24dd7087fd/build_script_build-f4c99b24dd7087fd.d
@@ -0,0 +1,5 @@
+/home/tony/repos/oxwm/target/debug/build/rustix-f4c99b24dd7087fd/build_script_build-f4c99b24dd7087fd: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/build.rs
+
+/home/tony/repos/oxwm/target/debug/build/rustix-f4c99b24dd7087fd/build_script_build-f4c99b24dd7087fd.d: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/build.rs
+
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/build.rs:
diff --git a/target/debug/deps/anyhow-858278e13fec4665.d b/target/debug/deps/anyhow-858278e13fec4665.d
new file mode 100644
index 0000000..ef9ddaa
--- /dev/null
+++ b/target/debug/deps/anyhow-858278e13fec4665.d
@@ -0,0 +1,17 @@
+/home/tony/repos/oxwm/target/debug/deps/libanyhow-858278e13fec4665.rmeta: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/backtrace.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/chain.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/context.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/ensure.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/error.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/fmt.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/kind.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/macros.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/ptr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/wrapper.rs
+
+/home/tony/repos/oxwm/target/debug/deps/libanyhow-858278e13fec4665.rlib: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/backtrace.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/chain.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/context.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/ensure.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/error.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/fmt.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/kind.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/macros.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/ptr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/wrapper.rs
+
+/home/tony/repos/oxwm/target/debug/deps/anyhow-858278e13fec4665.d: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/backtrace.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/chain.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/context.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/ensure.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/error.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/fmt.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/kind.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/macros.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/ptr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/wrapper.rs
+
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/backtrace.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/chain.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/context.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/ensure.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/error.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/fmt.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/kind.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/macros.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/ptr.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/wrapper.rs:
diff --git a/target/debug/deps/anyhow-bd2e3e5597ff94c0.d b/target/debug/deps/anyhow-bd2e3e5597ff94c0.d
new file mode 100644
index 0000000..3591fe8
--- /dev/null
+++ b/target/debug/deps/anyhow-bd2e3e5597ff94c0.d
@@ -0,0 +1,15 @@
+/home/tony/repos/oxwm/target/debug/deps/libanyhow-bd2e3e5597ff94c0.rmeta: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/backtrace.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/chain.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/context.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/ensure.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/error.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/fmt.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/kind.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/macros.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/ptr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/wrapper.rs
+
+/home/tony/repos/oxwm/target/debug/deps/anyhow-bd2e3e5597ff94c0.d: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/backtrace.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/chain.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/context.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/ensure.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/error.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/fmt.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/kind.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/macros.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/ptr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/wrapper.rs
+
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/backtrace.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/chain.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/context.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/ensure.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/error.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/fmt.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/kind.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/macros.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/ptr.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/wrapper.rs:
diff --git a/target/debug/deps/bitflags-a82a8be18b5f84a0.d b/target/debug/deps/bitflags-a82a8be18b5f84a0.d
new file mode 100644
index 0000000..07f218b
--- /dev/null
+++ b/target/debug/deps/bitflags-a82a8be18b5f84a0.d
@@ -0,0 +1,13 @@
+/home/tony/repos/oxwm/target/debug/deps/libbitflags-a82a8be18b5f84a0.rmeta: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/iter.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/parser.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/traits.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/public.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/internal.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/external.rs
+
+/home/tony/repos/oxwm/target/debug/deps/libbitflags-a82a8be18b5f84a0.rlib: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/iter.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/parser.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/traits.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/public.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/internal.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/external.rs
+
+/home/tony/repos/oxwm/target/debug/deps/bitflags-a82a8be18b5f84a0.d: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/iter.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/parser.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/traits.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/public.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/internal.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/external.rs
+
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/lib.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/iter.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/parser.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/traits.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/public.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/internal.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/external.rs:
diff --git a/target/debug/deps/bitflags-ed0a2342f588a25e.d b/target/debug/deps/bitflags-ed0a2342f588a25e.d
new file mode 100644
index 0000000..91b6c79
--- /dev/null
+++ b/target/debug/deps/bitflags-ed0a2342f588a25e.d
@@ -0,0 +1,11 @@
+/home/tony/repos/oxwm/target/debug/deps/libbitflags-ed0a2342f588a25e.rmeta: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/iter.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/parser.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/traits.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/public.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/internal.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/external.rs
+
+/home/tony/repos/oxwm/target/debug/deps/bitflags-ed0a2342f588a25e.d: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/iter.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/parser.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/traits.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/public.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/internal.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/external.rs
+
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/lib.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/iter.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/parser.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/traits.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/public.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/internal.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/external.rs:
diff --git a/target/debug/deps/gethostname-8e027a3b5d52ec17.d b/target/debug/deps/gethostname-8e027a3b5d52ec17.d
new file mode 100644
index 0000000..5dcc8bb
--- /dev/null
+++ b/target/debug/deps/gethostname-8e027a3b5d52ec17.d
@@ -0,0 +1,5 @@
+/home/tony/repos/oxwm/target/debug/deps/libgethostname-8e027a3b5d52ec17.rmeta: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-1.0.2/src/lib.rs
+
+/home/tony/repos/oxwm/target/debug/deps/gethostname-8e027a3b5d52ec17.d: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-1.0.2/src/lib.rs
+
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-1.0.2/src/lib.rs:
diff --git a/target/debug/deps/gethostname-fb4ba17306bf8970.d b/target/debug/deps/gethostname-fb4ba17306bf8970.d
new file mode 100644
index 0000000..f757ac5
--- /dev/null
+++ b/target/debug/deps/gethostname-fb4ba17306bf8970.d
@@ -0,0 +1,7 @@
+/home/tony/repos/oxwm/target/debug/deps/libgethostname-fb4ba17306bf8970.rmeta: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-1.0.2/src/lib.rs
+
+/home/tony/repos/oxwm/target/debug/deps/libgethostname-fb4ba17306bf8970.rlib: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-1.0.2/src/lib.rs
+
+/home/tony/repos/oxwm/target/debug/deps/gethostname-fb4ba17306bf8970.d: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-1.0.2/src/lib.rs
+
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-1.0.2/src/lib.rs:
diff --git a/target/debug/deps/libanyhow-858278e13fec4665.rlib b/target/debug/deps/libanyhow-858278e13fec4665.rlib
new file mode 100644
index 0000000..307738b
Binary files /dev/null and b/target/debug/deps/libanyhow-858278e13fec4665.rlib differ
diff --git a/target/debug/deps/libanyhow-858278e13fec4665.rmeta b/target/debug/deps/libanyhow-858278e13fec4665.rmeta
new file mode 100644
index 0000000..6cb43fd
Binary files /dev/null and b/target/debug/deps/libanyhow-858278e13fec4665.rmeta differ
diff --git a/target/debug/deps/libanyhow-bd2e3e5597ff94c0.rmeta b/target/debug/deps/libanyhow-bd2e3e5597ff94c0.rmeta
new file mode 100644
index 0000000..bc0ba49
Binary files /dev/null and b/target/debug/deps/libanyhow-bd2e3e5597ff94c0.rmeta differ
diff --git a/target/debug/deps/libbitflags-a82a8be18b5f84a0.rlib b/target/debug/deps/libbitflags-a82a8be18b5f84a0.rlib
new file mode 100644
index 0000000..2131279
Binary files /dev/null and b/target/debug/deps/libbitflags-a82a8be18b5f84a0.rlib differ
diff --git a/target/debug/deps/libbitflags-a82a8be18b5f84a0.rmeta b/target/debug/deps/libbitflags-a82a8be18b5f84a0.rmeta
new file mode 100644
index 0000000..e28cef8
Binary files /dev/null and b/target/debug/deps/libbitflags-a82a8be18b5f84a0.rmeta differ
diff --git a/target/debug/deps/libbitflags-ed0a2342f588a25e.rmeta b/target/debug/deps/libbitflags-ed0a2342f588a25e.rmeta
new file mode 100644
index 0000000..8f9f7b4
Binary files /dev/null and b/target/debug/deps/libbitflags-ed0a2342f588a25e.rmeta differ
diff --git a/target/debug/deps/libgethostname-8e027a3b5d52ec17.rmeta b/target/debug/deps/libgethostname-8e027a3b5d52ec17.rmeta
new file mode 100644
index 0000000..cc11c8b
Binary files /dev/null and b/target/debug/deps/libgethostname-8e027a3b5d52ec17.rmeta differ
diff --git a/target/debug/deps/libgethostname-fb4ba17306bf8970.rlib b/target/debug/deps/libgethostname-fb4ba17306bf8970.rlib
new file mode 100644
index 0000000..b5347e9
Binary files /dev/null and b/target/debug/deps/libgethostname-fb4ba17306bf8970.rlib differ
diff --git a/target/debug/deps/libgethostname-fb4ba17306bf8970.rmeta b/target/debug/deps/libgethostname-fb4ba17306bf8970.rmeta
new file mode 100644
index 0000000..9546331
Binary files /dev/null and b/target/debug/deps/libgethostname-fb4ba17306bf8970.rmeta differ
diff --git a/target/debug/deps/liblinux_raw_sys-0d776b364f8cfc31.rmeta b/target/debug/deps/liblinux_raw_sys-0d776b364f8cfc31.rmeta
new file mode 100644
index 0000000..6c91c15
Binary files /dev/null and b/target/debug/deps/liblinux_raw_sys-0d776b364f8cfc31.rmeta differ
diff --git a/target/debug/deps/liblinux_raw_sys-74c10602ed6208f4.rlib b/target/debug/deps/liblinux_raw_sys-74c10602ed6208f4.rlib
new file mode 100644
index 0000000..ee5b896
Binary files /dev/null and b/target/debug/deps/liblinux_raw_sys-74c10602ed6208f4.rlib differ
diff --git a/target/debug/deps/liblinux_raw_sys-74c10602ed6208f4.rmeta b/target/debug/deps/liblinux_raw_sys-74c10602ed6208f4.rmeta
new file mode 100644
index 0000000..1a23e6f
Binary files /dev/null and b/target/debug/deps/liblinux_raw_sys-74c10602ed6208f4.rmeta differ
diff --git a/target/debug/deps/liboxwm-12d8c77fb4a11aea.rmeta b/target/debug/deps/liboxwm-12d8c77fb4a11aea.rmeta
new file mode 100644
index 0000000..e69de29
diff --git a/target/debug/deps/liboxwm-44d9f20a67bca009.rmeta b/target/debug/deps/liboxwm-44d9f20a67bca009.rmeta
new file mode 100644
index 0000000..e69de29
diff --git a/target/debug/deps/librustix-d987853edb6a6d61.rmeta b/target/debug/deps/librustix-d987853edb6a6d61.rmeta
new file mode 100644
index 0000000..20ffb2e
Binary files /dev/null and b/target/debug/deps/librustix-d987853edb6a6d61.rmeta differ
diff --git a/target/debug/deps/librustix-f672fdce7a4fc472.rlib b/target/debug/deps/librustix-f672fdce7a4fc472.rlib
new file mode 100644
index 0000000..9458783
Binary files /dev/null and b/target/debug/deps/librustix-f672fdce7a4fc472.rlib differ
diff --git a/target/debug/deps/librustix-f672fdce7a4fc472.rmeta b/target/debug/deps/librustix-f672fdce7a4fc472.rmeta
new file mode 100644
index 0000000..8fe666a
Binary files /dev/null and b/target/debug/deps/librustix-f672fdce7a4fc472.rmeta differ
diff --git a/target/debug/deps/libx11rb-40ddd84d70e6281a.rmeta b/target/debug/deps/libx11rb-40ddd84d70e6281a.rmeta
new file mode 100644
index 0000000..acccf7c
Binary files /dev/null and b/target/debug/deps/libx11rb-40ddd84d70e6281a.rmeta differ
diff --git a/target/debug/deps/libx11rb-e928cf659c4e9de7.rlib b/target/debug/deps/libx11rb-e928cf659c4e9de7.rlib
new file mode 100644
index 0000000..80b193c
Binary files /dev/null and b/target/debug/deps/libx11rb-e928cf659c4e9de7.rlib differ
diff --git a/target/debug/deps/libx11rb-e928cf659c4e9de7.rmeta b/target/debug/deps/libx11rb-e928cf659c4e9de7.rmeta
new file mode 100644
index 0000000..c5339df
Binary files /dev/null and b/target/debug/deps/libx11rb-e928cf659c4e9de7.rmeta differ
diff --git a/target/debug/deps/libx11rb_protocol-678abc09ab03d397.rmeta b/target/debug/deps/libx11rb_protocol-678abc09ab03d397.rmeta
new file mode 100644
index 0000000..6f292a0
Binary files /dev/null and b/target/debug/deps/libx11rb_protocol-678abc09ab03d397.rmeta differ
diff --git a/target/debug/deps/libx11rb_protocol-982f4e03a16b408b.rlib b/target/debug/deps/libx11rb_protocol-982f4e03a16b408b.rlib
new file mode 100644
index 0000000..f5a7e96
Binary files /dev/null and b/target/debug/deps/libx11rb_protocol-982f4e03a16b408b.rlib differ
diff --git a/target/debug/deps/libx11rb_protocol-982f4e03a16b408b.rmeta b/target/debug/deps/libx11rb_protocol-982f4e03a16b408b.rmeta
new file mode 100644
index 0000000..16b7e1c
Binary files /dev/null and b/target/debug/deps/libx11rb_protocol-982f4e03a16b408b.rmeta differ
diff --git a/target/debug/deps/linux_raw_sys-0d776b364f8cfc31.d b/target/debug/deps/linux_raw_sys-0d776b364f8cfc31.d
new file mode 100644
index 0000000..937987f
--- /dev/null
+++ b/target/debug/deps/linux_raw_sys-0d776b364f8cfc31.d
@@ -0,0 +1,15 @@
+/home/tony/repos/oxwm/target/debug/deps/liblinux_raw_sys-0d776b364f8cfc31.rmeta: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/elf.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/auxvec.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/errno.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/general.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_ether.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/ioctl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/net.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/netlink.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/system.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/xdp.rs
+
+/home/tony/repos/oxwm/target/debug/deps/linux_raw_sys-0d776b364f8cfc31.d: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/elf.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/auxvec.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/errno.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/general.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_ether.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/ioctl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/net.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/netlink.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/system.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/xdp.rs
+
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/lib.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/elf.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/auxvec.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/errno.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/general.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_ether.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/ioctl.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/net.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/netlink.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/system.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/xdp.rs:
diff --git a/target/debug/deps/linux_raw_sys-74c10602ed6208f4.d b/target/debug/deps/linux_raw_sys-74c10602ed6208f4.d
new file mode 100644
index 0000000..9fe04bc
--- /dev/null
+++ b/target/debug/deps/linux_raw_sys-74c10602ed6208f4.d
@@ -0,0 +1,17 @@
+/home/tony/repos/oxwm/target/debug/deps/liblinux_raw_sys-74c10602ed6208f4.rmeta: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/elf.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/auxvec.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/errno.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/general.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_ether.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/ioctl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/net.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/netlink.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/system.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/xdp.rs
+
+/home/tony/repos/oxwm/target/debug/deps/liblinux_raw_sys-74c10602ed6208f4.rlib: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/elf.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/auxvec.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/errno.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/general.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_ether.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/ioctl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/net.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/netlink.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/system.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/xdp.rs
+
+/home/tony/repos/oxwm/target/debug/deps/linux_raw_sys-74c10602ed6208f4.d: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/elf.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/auxvec.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/errno.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/general.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_ether.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/ioctl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/net.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/netlink.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/system.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/xdp.rs
+
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/lib.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/elf.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/auxvec.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/errno.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/general.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_ether.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/ioctl.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/net.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/netlink.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/system.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/xdp.rs:
diff --git a/target/debug/deps/oxwm-12d8c77fb4a11aea.d b/target/debug/deps/oxwm-12d8c77fb4a11aea.d
new file mode 100644
index 0000000..de903ad
--- /dev/null
+++ b/target/debug/deps/oxwm-12d8c77fb4a11aea.d
@@ -0,0 +1,5 @@
+/home/tony/repos/oxwm/target/debug/deps/liboxwm-12d8c77fb4a11aea.rmeta: src/main.rs
+
+/home/tony/repos/oxwm/target/debug/deps/oxwm-12d8c77fb4a11aea.d: src/main.rs
+
+src/main.rs:
diff --git a/target/debug/deps/oxwm-44d9f20a67bca009.d b/target/debug/deps/oxwm-44d9f20a67bca009.d
new file mode 100644
index 0000000..a73fdbd
--- /dev/null
+++ b/target/debug/deps/oxwm-44d9f20a67bca009.d
@@ -0,0 +1,5 @@
+/home/tony/repos/oxwm/target/debug/deps/liboxwm-44d9f20a67bca009.rmeta: src/main.rs
+
+/home/tony/repos/oxwm/target/debug/deps/oxwm-44d9f20a67bca009.d: src/main.rs
+
+src/main.rs:
diff --git a/target/debug/deps/oxwm-4610d28397f99940 b/target/debug/deps/oxwm-4610d28397f99940
new file mode 100755
index 0000000..6c24dbf
Binary files /dev/null and b/target/debug/deps/oxwm-4610d28397f99940 differ
diff --git a/target/debug/deps/oxwm-4610d28397f99940.d b/target/debug/deps/oxwm-4610d28397f99940.d
new file mode 100644
index 0000000..591bafb
--- /dev/null
+++ b/target/debug/deps/oxwm-4610d28397f99940.d
@@ -0,0 +1,5 @@
+/home/tony/repos/oxwm/target/debug/deps/oxwm-4610d28397f99940: src/main.rs
+
+/home/tony/repos/oxwm/target/debug/deps/oxwm-4610d28397f99940.d: src/main.rs
+
+src/main.rs:
diff --git a/target/debug/deps/rustix-d987853edb6a6d61.d b/target/debug/deps/rustix-d987853edb6a6d61.d
new file mode 100644
index 0000000..1f7d2c0
--- /dev/null
+++ b/target/debug/deps/rustix-d987853edb6a6d61.d
@@ -0,0 +1,101 @@
+/home/tony/repos/oxwm/target/debug/deps/librustix-d987853edb6a6d61.rmeta: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/buffer.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/cstr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/maybe_polyfill/std/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/bitcast.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/arch/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/arch/x86_64.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/conv.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/reg.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/epoll.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/poll_fd.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/dir.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/inotify.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/makedev.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/errno.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/addr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/msghdr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/netdevice.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/read_sockaddr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/send_recv.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/sockopt.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/write_sockaddr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/c.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/ugid/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/ugid/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/epoll.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/eventfd.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/pause.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/poll.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/select.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ffi.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/abs.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/at.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/constants.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/copy_file_range.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/dir.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fadvise.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fcntl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fd.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/id.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/inotify.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/ioctl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/makedev.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/memfd_create.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/openat2.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/raw_dir.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/seek_from.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/sendfile.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/special.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/statx.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/sync.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/xattr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/close.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/dup.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/errno.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/fcntl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/ioctl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/read_write.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/patterns.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/linux.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/addr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/send_recv/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/send_recv/msg.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socket.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socket_addr_any.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socketpair.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/netdevice.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/sockopt.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/arg.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/dec_int.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/system.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/pid.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/timespec.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ugid.rs
+
+/home/tony/repos/oxwm/target/debug/deps/rustix-d987853edb6a6d61.d: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/buffer.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/cstr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/maybe_polyfill/std/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/bitcast.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/arch/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/arch/x86_64.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/conv.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/reg.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/epoll.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/poll_fd.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/dir.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/inotify.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/makedev.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/errno.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/addr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/msghdr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/netdevice.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/read_sockaddr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/send_recv.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/sockopt.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/write_sockaddr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/c.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/ugid/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/ugid/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/epoll.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/eventfd.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/pause.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/poll.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/select.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ffi.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/abs.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/at.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/constants.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/copy_file_range.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/dir.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fadvise.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fcntl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fd.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/id.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/inotify.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/ioctl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/makedev.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/memfd_create.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/openat2.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/raw_dir.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/seek_from.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/sendfile.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/special.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/statx.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/sync.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/xattr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/close.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/dup.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/errno.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/fcntl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/ioctl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/read_write.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/patterns.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/linux.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/addr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/send_recv/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/send_recv/msg.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socket.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socket_addr_any.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socketpair.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/netdevice.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/sockopt.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/arg.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/dec_int.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/system.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/pid.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/timespec.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ugid.rs
+
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/lib.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/buffer.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/cstr.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/utils.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/maybe_polyfill/std/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/bitcast.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/arch/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/arch/x86_64.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/conv.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/reg.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/epoll.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/poll_fd.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/syscalls.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/types.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/dir.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/inotify.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/makedev.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/syscalls.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/types.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/errno.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/syscalls.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/types.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/addr.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/msghdr.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/netdevice.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/read_sockaddr.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/send_recv.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/sockopt.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/syscalls.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/write_sockaddr.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/syscalls.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/types.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/c.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/ugid/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/ugid/syscalls.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/epoll.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/eventfd.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/pause.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/poll.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/select.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ffi.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/abs.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/at.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/constants.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/copy_file_range.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/dir.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fadvise.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fcntl.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fd.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/id.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/inotify.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/ioctl.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/makedev.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/memfd_create.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/openat2.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/raw_dir.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/seek_from.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/sendfile.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/special.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/statx.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/sync.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/xattr.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/close.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/dup.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/errno.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/fcntl.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/ioctl.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/read_write.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/patterns.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/linux.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/addr.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/send_recv/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/send_recv/msg.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socket.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socket_addr_any.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socketpair.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/types.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/netdevice.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/sockopt.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/arg.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/dec_int.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/system.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/pid.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/timespec.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ugid.rs:
diff --git a/target/debug/deps/rustix-f672fdce7a4fc472.d b/target/debug/deps/rustix-f672fdce7a4fc472.d
new file mode 100644
index 0000000..05e7357
--- /dev/null
+++ b/target/debug/deps/rustix-f672fdce7a4fc472.d
@@ -0,0 +1,103 @@
+/home/tony/repos/oxwm/target/debug/deps/librustix-f672fdce7a4fc472.rmeta: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/buffer.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/cstr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/maybe_polyfill/std/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/bitcast.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/arch/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/arch/x86_64.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/conv.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/reg.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/epoll.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/poll_fd.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/dir.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/inotify.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/makedev.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/errno.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/addr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/msghdr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/netdevice.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/read_sockaddr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/send_recv.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/sockopt.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/write_sockaddr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/c.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/ugid/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/ugid/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/epoll.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/eventfd.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/pause.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/poll.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/select.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ffi.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/abs.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/at.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/constants.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/copy_file_range.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/dir.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fadvise.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fcntl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fd.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/id.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/inotify.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/ioctl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/makedev.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/memfd_create.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/openat2.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/raw_dir.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/seek_from.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/sendfile.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/special.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/statx.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/sync.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/xattr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/close.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/dup.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/errno.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/fcntl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/ioctl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/read_write.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/patterns.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/linux.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/addr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/send_recv/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/send_recv/msg.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socket.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socket_addr_any.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socketpair.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/netdevice.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/sockopt.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/arg.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/dec_int.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/system.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/pid.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/timespec.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ugid.rs
+
+/home/tony/repos/oxwm/target/debug/deps/librustix-f672fdce7a4fc472.rlib: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/buffer.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/cstr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/maybe_polyfill/std/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/bitcast.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/arch/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/arch/x86_64.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/conv.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/reg.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/epoll.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/poll_fd.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/dir.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/inotify.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/makedev.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/errno.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/addr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/msghdr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/netdevice.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/read_sockaddr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/send_recv.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/sockopt.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/write_sockaddr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/c.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/ugid/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/ugid/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/epoll.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/eventfd.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/pause.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/poll.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/select.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ffi.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/abs.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/at.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/constants.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/copy_file_range.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/dir.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fadvise.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fcntl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fd.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/id.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/inotify.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/ioctl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/makedev.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/memfd_create.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/openat2.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/raw_dir.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/seek_from.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/sendfile.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/special.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/statx.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/sync.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/xattr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/close.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/dup.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/errno.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/fcntl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/ioctl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/read_write.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/patterns.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/linux.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/addr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/send_recv/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/send_recv/msg.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socket.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socket_addr_any.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socketpair.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/netdevice.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/sockopt.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/arg.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/dec_int.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/system.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/pid.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/timespec.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ugid.rs
+
+/home/tony/repos/oxwm/target/debug/deps/rustix-f672fdce7a4fc472.d: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/buffer.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/cstr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/maybe_polyfill/std/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/bitcast.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/arch/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/arch/x86_64.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/conv.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/reg.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/epoll.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/poll_fd.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/dir.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/inotify.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/makedev.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/errno.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/addr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/msghdr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/netdevice.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/read_sockaddr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/send_recv.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/sockopt.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/write_sockaddr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/c.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/ugid/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/ugid/syscalls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/epoll.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/eventfd.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/pause.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/poll.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/select.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ffi.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/abs.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/at.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/constants.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/copy_file_range.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/dir.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fadvise.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fcntl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fd.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/id.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/inotify.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/ioctl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/makedev.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/memfd_create.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/openat2.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/raw_dir.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/seek_from.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/sendfile.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/special.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/statx.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/sync.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/xattr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/close.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/dup.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/errno.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/fcntl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/ioctl.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/read_write.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/patterns.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/linux.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/addr.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/send_recv/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/send_recv/msg.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socket.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socket_addr_any.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socketpair.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/types.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/netdevice.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/sockopt.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/arg.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/dec_int.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/system.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/pid.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/timespec.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ugid.rs
+
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/lib.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/buffer.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/cstr.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/utils.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/maybe_polyfill/std/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/bitcast.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/arch/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/arch/x86_64.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/conv.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/reg.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/epoll.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/poll_fd.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/syscalls.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/event/types.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/dir.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/inotify.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/makedev.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/syscalls.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/fs/types.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/errno.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/syscalls.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/io/types.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/addr.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/msghdr.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/netdevice.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/read_sockaddr.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/send_recv.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/sockopt.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/syscalls.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/net/write_sockaddr.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/syscalls.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/system/types.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/c.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/ugid/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/backend/linux_raw/ugid/syscalls.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/epoll.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/eventfd.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/pause.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/poll.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/event/select.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ffi.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/abs.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/at.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/constants.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/copy_file_range.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/dir.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fadvise.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fcntl.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/fd.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/id.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/inotify.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/ioctl.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/makedev.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/memfd_create.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/openat2.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/raw_dir.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/seek_from.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/sendfile.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/special.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/statx.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/sync.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/fs/xattr.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/close.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/dup.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/errno.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/fcntl.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/ioctl.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/io/read_write.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/patterns.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ioctl/linux.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/addr.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/send_recv/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/send_recv/msg.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socket.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socket_addr_any.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/socketpair.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/types.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/netdevice.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/net/sockopt.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/arg.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/path/dec_int.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/system.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/pid.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/timespec.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/ugid.rs:
diff --git a/target/debug/deps/x11rb-40ddd84d70e6281a.d b/target/debug/deps/x11rb-40ddd84d70e6281a.d
new file mode 100644
index 0000000..f1770f8
--- /dev/null
+++ b/target/debug/deps/x11rb-40ddd84d70e6281a.d
@@ -0,0 +1,25 @@
+/home/tony/repos/oxwm/target/debug/deps/libx11rb-40ddd84d70e6281a.rmeta: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/event_loop_integration.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/tracing.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/x11_utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/connection/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/connection/impls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/cookie.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/errors.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/extension_manager.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/properties.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/packet_reader.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/stream.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/write_buffer.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/wrapper.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/xproto.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/bigreq.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/ge.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/xc_misc.rs
+
+/home/tony/repos/oxwm/target/debug/deps/x11rb-40ddd84d70e6281a.d: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/event_loop_integration.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/tracing.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/x11_utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/connection/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/connection/impls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/cookie.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/errors.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/extension_manager.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/properties.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/packet_reader.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/stream.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/write_buffer.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/wrapper.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/xproto.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/bigreq.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/ge.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/xc_misc.rs
+
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/lib.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/event_loop_integration.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/tracing.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/utils.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/x11_utils.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/connection/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/connection/impls.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/cookie.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/errors.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/extension_manager.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/properties.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/packet_reader.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/stream.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/write_buffer.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/wrapper.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/xproto.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/bigreq.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/ge.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/xc_misc.rs:
diff --git a/target/debug/deps/x11rb-e928cf659c4e9de7.d b/target/debug/deps/x11rb-e928cf659c4e9de7.d
new file mode 100644
index 0000000..a9fa158
--- /dev/null
+++ b/target/debug/deps/x11rb-e928cf659c4e9de7.d
@@ -0,0 +1,27 @@
+/home/tony/repos/oxwm/target/debug/deps/libx11rb-e928cf659c4e9de7.rmeta: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/event_loop_integration.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/tracing.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/x11_utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/connection/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/connection/impls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/cookie.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/errors.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/extension_manager.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/properties.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/packet_reader.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/stream.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/write_buffer.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/wrapper.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/xproto.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/bigreq.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/ge.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/xc_misc.rs
+
+/home/tony/repos/oxwm/target/debug/deps/libx11rb-e928cf659c4e9de7.rlib: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/event_loop_integration.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/tracing.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/x11_utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/connection/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/connection/impls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/cookie.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/errors.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/extension_manager.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/properties.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/packet_reader.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/stream.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/write_buffer.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/wrapper.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/xproto.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/bigreq.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/ge.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/xc_misc.rs
+
+/home/tony/repos/oxwm/target/debug/deps/x11rb-e928cf659c4e9de7.d: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/event_loop_integration.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/tracing.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/x11_utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/connection/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/connection/impls.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/cookie.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/errors.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/extension_manager.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/properties.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/packet_reader.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/stream.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/write_buffer.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/wrapper.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/xproto.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/bigreq.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/ge.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/xc_misc.rs
+
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/lib.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/event_loop_integration.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/tracing.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/utils.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/x11_utils.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/connection/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/connection/impls.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/cookie.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/errors.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/extension_manager.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/properties.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/packet_reader.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/stream.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/rust_connection/write_buffer.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/wrapper.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/xproto.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/bigreq.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/ge.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/protocol/xc_misc.rs:
diff --git a/target/debug/deps/x11rb_protocol-678abc09ab03d397.d b/target/debug/deps/x11rb_protocol-678abc09ab03d397.d
new file mode 100644
index 0000000..3003e75
--- /dev/null
+++ b/target/debug/deps/x11rb_protocol-678abc09ab03d397.d
@@ -0,0 +1,21 @@
+/home/tony/repos/oxwm/target/debug/deps/libx11rb_protocol-678abc09ab03d397.rmeta: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/connect.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/connection/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/x11_utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/errors.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/id_allocator.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/packet_reader.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/parse_display/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/parse_display/connect_instruction.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/wrapper.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/xauth.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/xproto.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/bigreq.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/ge.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/xc_misc.rs
+
+/home/tony/repos/oxwm/target/debug/deps/x11rb_protocol-678abc09ab03d397.d: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/connect.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/connection/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/x11_utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/errors.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/id_allocator.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/packet_reader.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/parse_display/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/parse_display/connect_instruction.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/wrapper.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/xauth.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/xproto.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/bigreq.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/ge.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/xc_misc.rs
+
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/lib.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/connect.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/connection/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/x11_utils.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/errors.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/id_allocator.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/packet_reader.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/parse_display/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/parse_display/connect_instruction.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/utils.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/wrapper.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/xauth.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/xproto.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/bigreq.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/ge.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/xc_misc.rs:
diff --git a/target/debug/deps/x11rb_protocol-982f4e03a16b408b.d b/target/debug/deps/x11rb_protocol-982f4e03a16b408b.d
new file mode 100644
index 0000000..9994518
--- /dev/null
+++ b/target/debug/deps/x11rb_protocol-982f4e03a16b408b.d
@@ -0,0 +1,23 @@
+/home/tony/repos/oxwm/target/debug/deps/libx11rb_protocol-982f4e03a16b408b.rmeta: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/connect.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/connection/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/x11_utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/errors.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/id_allocator.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/packet_reader.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/parse_display/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/parse_display/connect_instruction.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/wrapper.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/xauth.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/xproto.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/bigreq.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/ge.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/xc_misc.rs
+
+/home/tony/repos/oxwm/target/debug/deps/libx11rb_protocol-982f4e03a16b408b.rlib: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/connect.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/connection/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/x11_utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/errors.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/id_allocator.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/packet_reader.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/parse_display/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/parse_display/connect_instruction.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/wrapper.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/xauth.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/xproto.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/bigreq.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/ge.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/xc_misc.rs
+
+/home/tony/repos/oxwm/target/debug/deps/x11rb_protocol-982f4e03a16b408b.d: /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/lib.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/connect.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/connection/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/x11_utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/errors.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/id_allocator.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/packet_reader.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/parse_display/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/parse_display/connect_instruction.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/utils.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/wrapper.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/xauth.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/mod.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/xproto.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/bigreq.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/ge.rs /home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/xc_misc.rs
+
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/lib.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/connect.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/connection/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/x11_utils.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/errors.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/id_allocator.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/packet_reader.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/parse_display/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/parse_display/connect_instruction.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/utils.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/wrapper.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/xauth.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/mod.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/xproto.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/bigreq.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/ge.rs:
+/home/tony/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/protocol/xc_misc.rs:
diff --git a/target/debug/incremental/oxwm-0jstnbgzykhkx/s-hb8yi9eaes-0wgax55-a0lj68gqoaen914jnbdtxov3p/dep-graph.bin b/target/debug/incremental/oxwm-0jstnbgzykhkx/s-hb8yi9eaes-0wgax55-a0lj68gqoaen914jnbdtxov3p/dep-graph.bin
new file mode 100644
index 0000000..120f049
Binary files /dev/null and b/target/debug/incremental/oxwm-0jstnbgzykhkx/s-hb8yi9eaes-0wgax55-a0lj68gqoaen914jnbdtxov3p/dep-graph.bin differ
diff --git a/target/debug/incremental/oxwm-0jstnbgzykhkx/s-hb8yi9eaes-0wgax55-a0lj68gqoaen914jnbdtxov3p/query-cache.bin b/target/debug/incremental/oxwm-0jstnbgzykhkx/s-hb8yi9eaes-0wgax55-a0lj68gqoaen914jnbdtxov3p/query-cache.bin
new file mode 100644
index 0000000..3c757d1
Binary files /dev/null and b/target/debug/incremental/oxwm-0jstnbgzykhkx/s-hb8yi9eaes-0wgax55-a0lj68gqoaen914jnbdtxov3p/query-cache.bin differ
diff --git a/target/debug/incremental/oxwm-0jstnbgzykhkx/s-hb8yi9eaes-0wgax55-a0lj68gqoaen914jnbdtxov3p/work-products.bin b/target/debug/incremental/oxwm-0jstnbgzykhkx/s-hb8yi9eaes-0wgax55-a0lj68gqoaen914jnbdtxov3p/work-products.bin
new file mode 100644
index 0000000..667b882
Binary files /dev/null and b/target/debug/incremental/oxwm-0jstnbgzykhkx/s-hb8yi9eaes-0wgax55-a0lj68gqoaen914jnbdtxov3p/work-products.bin differ
diff --git a/target/debug/incremental/oxwm-0jstnbgzykhkx/s-hb8yi9eaes-0wgax55.lock b/target/debug/incremental/oxwm-0jstnbgzykhkx/s-hb8yi9eaes-0wgax55.lock
new file mode 100644
index 0000000..e69de29
diff --git a/target/debug/incremental/oxwm-1b6sgug63l7h9/s-hb8yi9eaes-17evhoe-4t4opbn0lpkw4pogdyj1mtkzx/dep-graph.bin b/target/debug/incremental/oxwm-1b6sgug63l7h9/s-hb8yi9eaes-17evhoe-4t4opbn0lpkw4pogdyj1mtkzx/dep-graph.bin
new file mode 100644
index 0000000..10da698
Binary files /dev/null and b/target/debug/incremental/oxwm-1b6sgug63l7h9/s-hb8yi9eaes-17evhoe-4t4opbn0lpkw4pogdyj1mtkzx/dep-graph.bin differ
diff --git a/target/debug/incremental/oxwm-1b6sgug63l7h9/s-hb8yi9eaes-17evhoe-4t4opbn0lpkw4pogdyj1mtkzx/query-cache.bin b/target/debug/incremental/oxwm-1b6sgug63l7h9/s-hb8yi9eaes-17evhoe-4t4opbn0lpkw4pogdyj1mtkzx/query-cache.bin
new file mode 100644
index 0000000..08686e0
Binary files /dev/null and b/target/debug/incremental/oxwm-1b6sgug63l7h9/s-hb8yi9eaes-17evhoe-4t4opbn0lpkw4pogdyj1mtkzx/query-cache.bin differ
diff --git a/target/debug/incremental/oxwm-1b6sgug63l7h9/s-hb8yi9eaes-17evhoe-4t4opbn0lpkw4pogdyj1mtkzx/work-products.bin b/target/debug/incremental/oxwm-1b6sgug63l7h9/s-hb8yi9eaes-17evhoe-4t4opbn0lpkw4pogdyj1mtkzx/work-products.bin
new file mode 100644
index 0000000..667b882
Binary files /dev/null and b/target/debug/incremental/oxwm-1b6sgug63l7h9/s-hb8yi9eaes-17evhoe-4t4opbn0lpkw4pogdyj1mtkzx/work-products.bin differ
diff --git a/target/debug/incremental/oxwm-1b6sgug63l7h9/s-hb8yi9eaes-17evhoe.lock b/target/debug/incremental/oxwm-1b6sgug63l7h9/s-hb8yi9eaes-17evhoe.lock
new file mode 100644
index 0000000..e69de29
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/05xwf7quq11u5dfp79rvomc6j.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/05xwf7quq11u5dfp79rvomc6j.o
new file mode 100644
index 0000000..9b923d7
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/05xwf7quq11u5dfp79rvomc6j.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/08z4tco874e61vijqxrqfedws.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/08z4tco874e61vijqxrqfedws.o
new file mode 100644
index 0000000..9434291
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/08z4tco874e61vijqxrqfedws.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/0ji61j1ay2ug1xirovtz2c83f.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/0ji61j1ay2ug1xirovtz2c83f.o
new file mode 100644
index 0000000..9998036
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/0ji61j1ay2ug1xirovtz2c83f.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/0zdh6xrbtzdpy9q227m0urvef.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/0zdh6xrbtzdpy9q227m0urvef.o
new file mode 100644
index 0000000..ca84096
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/0zdh6xrbtzdpy9q227m0urvef.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/10wbzi80q321jhoydat63t9f6.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/10wbzi80q321jhoydat63t9f6.o
new file mode 100644
index 0000000..8bbe36c
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/10wbzi80q321jhoydat63t9f6.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/133qmoxwoe9xgygw9g64vvkys.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/133qmoxwoe9xgygw9g64vvkys.o
new file mode 100644
index 0000000..037def3
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/133qmoxwoe9xgygw9g64vvkys.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/1cxtst6v3r0a9c6zd1d42w59s.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/1cxtst6v3r0a9c6zd1d42w59s.o
new file mode 100644
index 0000000..936d244
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/1cxtst6v3r0a9c6zd1d42w59s.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/1zhk23w8f1i6crxe4kxfk62er.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/1zhk23w8f1i6crxe4kxfk62er.o
new file mode 100644
index 0000000..dccc1e3
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/1zhk23w8f1i6crxe4kxfk62er.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/206imi4034hwgommuup7gmlgo.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/206imi4034hwgommuup7gmlgo.o
new file mode 100644
index 0000000..dbaa905
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/206imi4034hwgommuup7gmlgo.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/2irt4pmie3us10unv3avxvwqe.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/2irt4pmie3us10unv3avxvwqe.o
new file mode 100644
index 0000000..37c84a5
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/2irt4pmie3us10unv3avxvwqe.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/2jenhjwmljyvlgwobbq9k5w4l.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/2jenhjwmljyvlgwobbq9k5w4l.o
new file mode 100644
index 0000000..4e89a76
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/2jenhjwmljyvlgwobbq9k5w4l.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/2xpw1lp3s524w5t5y0nu3pms8.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/2xpw1lp3s524w5t5y0nu3pms8.o
new file mode 100644
index 0000000..8ade37d
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/2xpw1lp3s524w5t5y0nu3pms8.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/336ir06n5ex86b9kyaahdkt4l.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/336ir06n5ex86b9kyaahdkt4l.o
new file mode 100644
index 0000000..6405e86
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/336ir06n5ex86b9kyaahdkt4l.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/36aphvtovamri4s9i4oy9msfm.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/36aphvtovamri4s9i4oy9msfm.o
new file mode 100644
index 0000000..933872d
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/36aphvtovamri4s9i4oy9msfm.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/394m8ufo650clitgjme1iyfvo.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/394m8ufo650clitgjme1iyfvo.o
new file mode 100644
index 0000000..bd4449d
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/394m8ufo650clitgjme1iyfvo.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/3owm5wqe3p9c2y0va70bh3oqp.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/3owm5wqe3p9c2y0va70bh3oqp.o
new file mode 100644
index 0000000..3187d61
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/3owm5wqe3p9c2y0va70bh3oqp.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/3ujcp2u8hmrm1rah1exrbcxgo.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/3ujcp2u8hmrm1rah1exrbcxgo.o
new file mode 100644
index 0000000..57f94b3
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/3ujcp2u8hmrm1rah1exrbcxgo.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/3urm9xl5vohmgto7alkljw89j.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/3urm9xl5vohmgto7alkljw89j.o
new file mode 100644
index 0000000..3d0cba8
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/3urm9xl5vohmgto7alkljw89j.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/3v96atkkez2j3gngp8wkbejc1.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/3v96atkkez2j3gngp8wkbejc1.o
new file mode 100644
index 0000000..de02e36
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/3v96atkkez2j3gngp8wkbejc1.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/3x93mkcd7f962rgyz0n3vzg2m.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/3x93mkcd7f962rgyz0n3vzg2m.o
new file mode 100644
index 0000000..e4b23c8
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/3x93mkcd7f962rgyz0n3vzg2m.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/40xfmcplmbypbe0ps7fgywqvm.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/40xfmcplmbypbe0ps7fgywqvm.o
new file mode 100644
index 0000000..a12d8d9
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/40xfmcplmbypbe0ps7fgywqvm.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/416iqoue08yafpvcdscbb8qtd.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/416iqoue08yafpvcdscbb8qtd.o
new file mode 100644
index 0000000..2468c6b
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/416iqoue08yafpvcdscbb8qtd.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/4eumgghviplexk1ijp3w69ex4.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/4eumgghviplexk1ijp3w69ex4.o
new file mode 100644
index 0000000..e537c08
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/4eumgghviplexk1ijp3w69ex4.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/4h77w1y4sf7lnv7lrr7eshmgp.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/4h77w1y4sf7lnv7lrr7eshmgp.o
new file mode 100644
index 0000000..bb90806
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/4h77w1y4sf7lnv7lrr7eshmgp.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/4m7t1h68j0hkjzrabtm2bx5kb.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/4m7t1h68j0hkjzrabtm2bx5kb.o
new file mode 100644
index 0000000..e1ed4eb
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/4m7t1h68j0hkjzrabtm2bx5kb.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/4xrhg4hoqpipu9oud517shj6l.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/4xrhg4hoqpipu9oud517shj6l.o
new file mode 100644
index 0000000..9b2a412
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/4xrhg4hoqpipu9oud517shj6l.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/4xttgjabwurkj3visrylr7x29.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/4xttgjabwurkj3visrylr7x29.o
new file mode 100644
index 0000000..40412f9
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/4xttgjabwurkj3visrylr7x29.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/4yemhcnatqwcz1e1w8unqwio5.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/4yemhcnatqwcz1e1w8unqwio5.o
new file mode 100644
index 0000000..324e1df
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/4yemhcnatqwcz1e1w8unqwio5.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/5545lxy3cjfvpteptg79jfgeh.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/5545lxy3cjfvpteptg79jfgeh.o
new file mode 100644
index 0000000..b786ac6
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/5545lxy3cjfvpteptg79jfgeh.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/5mckiykdk3zxmczzmnqibh46l.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/5mckiykdk3zxmczzmnqibh46l.o
new file mode 100644
index 0000000..10474db
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/5mckiykdk3zxmczzmnqibh46l.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/5tp87hll4g11tig2jjgg2n8ks.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/5tp87hll4g11tig2jjgg2n8ks.o
new file mode 100644
index 0000000..7e1bda2
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/5tp87hll4g11tig2jjgg2n8ks.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/61nhj0u6n8zp07ayasgmodrgq.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/61nhj0u6n8zp07ayasgmodrgq.o
new file mode 100644
index 0000000..84fc6f7
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/61nhj0u6n8zp07ayasgmodrgq.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/6lm5p6sdce9ce7ko7kx5xau4b.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/6lm5p6sdce9ce7ko7kx5xau4b.o
new file mode 100644
index 0000000..a945619
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/6lm5p6sdce9ce7ko7kx5xau4b.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/6tayimefq4iwpmdcyrcgidla4.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/6tayimefq4iwpmdcyrcgidla4.o
new file mode 100644
index 0000000..c56779c
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/6tayimefq4iwpmdcyrcgidla4.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/6z3qgcbx4mhg2ykygzyjdirxl.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/6z3qgcbx4mhg2ykygzyjdirxl.o
new file mode 100644
index 0000000..0271cc8
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/6z3qgcbx4mhg2ykygzyjdirxl.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/7dhwg4gtw05c6x6j13pa2jrth.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/7dhwg4gtw05c6x6j13pa2jrth.o
new file mode 100644
index 0000000..4e2c681
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/7dhwg4gtw05c6x6j13pa2jrth.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/7flimswju34bscgznvezcld5b.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/7flimswju34bscgznvezcld5b.o
new file mode 100644
index 0000000..9939203
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/7flimswju34bscgznvezcld5b.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/7vrbw2ssmh7ix4aaifpf3fbto.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/7vrbw2ssmh7ix4aaifpf3fbto.o
new file mode 100644
index 0000000..da70a37
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/7vrbw2ssmh7ix4aaifpf3fbto.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/82rfmc59e6reln01do9pvoj3k.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/82rfmc59e6reln01do9pvoj3k.o
new file mode 100644
index 0000000..2017d70
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/82rfmc59e6reln01do9pvoj3k.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/86sbltj6ab526u46dsw6pogjv.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/86sbltj6ab526u46dsw6pogjv.o
new file mode 100644
index 0000000..af4e4d7
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/86sbltj6ab526u46dsw6pogjv.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/8k540o8uih1nniahf7tio6vv9.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/8k540o8uih1nniahf7tio6vv9.o
new file mode 100644
index 0000000..cbeeb9a
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/8k540o8uih1nniahf7tio6vv9.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/8ncnrj81volfpjxgjdku3zr45.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/8ncnrj81volfpjxgjdku3zr45.o
new file mode 100644
index 0000000..3280366
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/8ncnrj81volfpjxgjdku3zr45.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/8sr0b6u3m4klzz0r21hkcaa08.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/8sr0b6u3m4klzz0r21hkcaa08.o
new file mode 100644
index 0000000..d04bcdd
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/8sr0b6u3m4klzz0r21hkcaa08.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/8u2k9ig5t1bz8lnrny2sklowp.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/8u2k9ig5t1bz8lnrny2sklowp.o
new file mode 100644
index 0000000..50fc41e
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/8u2k9ig5t1bz8lnrny2sklowp.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/94ie9tlmdsm7vnvl5yavhlj7e.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/94ie9tlmdsm7vnvl5yavhlj7e.o
new file mode 100644
index 0000000..d150995
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/94ie9tlmdsm7vnvl5yavhlj7e.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/9ie3ekon8p6eo0gdp69br7fbc.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/9ie3ekon8p6eo0gdp69br7fbc.o
new file mode 100644
index 0000000..c38a681
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/9ie3ekon8p6eo0gdp69br7fbc.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/9netrtr16j4xlc0bspa5qmjll.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/9netrtr16j4xlc0bspa5qmjll.o
new file mode 100644
index 0000000..955108b
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/9netrtr16j4xlc0bspa5qmjll.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/9q0decf7xuwnza2napos9a8q0.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/9q0decf7xuwnza2napos9a8q0.o
new file mode 100644
index 0000000..db75098
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/9q0decf7xuwnza2napos9a8q0.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/9qjp5z379qhq6jwvem2ikn185.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/9qjp5z379qhq6jwvem2ikn185.o
new file mode 100644
index 0000000..54e2738
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/9qjp5z379qhq6jwvem2ikn185.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/9sovlfx2951zttmpurv8q08bi.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/9sovlfx2951zttmpurv8q08bi.o
new file mode 100644
index 0000000..05cddc5
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/9sovlfx2951zttmpurv8q08bi.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/a25tl8alq549loyf73ptqnxtu.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/a25tl8alq549loyf73ptqnxtu.o
new file mode 100644
index 0000000..5e1389c
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/a25tl8alq549loyf73ptqnxtu.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/a2j77b1nxc41bsfm6log9i3gy.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/a2j77b1nxc41bsfm6log9i3gy.o
new file mode 100644
index 0000000..45fb4b2
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/a2j77b1nxc41bsfm6log9i3gy.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/ad9kf8gvyh3tdq1ximfipes88.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/ad9kf8gvyh3tdq1ximfipes88.o
new file mode 100644
index 0000000..cc1ed33
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/ad9kf8gvyh3tdq1ximfipes88.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/ak2z0y5fn0hgd1fqvghc2fe00.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/ak2z0y5fn0hgd1fqvghc2fe00.o
new file mode 100644
index 0000000..84ee995
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/ak2z0y5fn0hgd1fqvghc2fe00.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/aqxyq4p58bjufg72d4y6j8dmc.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/aqxyq4p58bjufg72d4y6j8dmc.o
new file mode 100644
index 0000000..11173e5
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/aqxyq4p58bjufg72d4y6j8dmc.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/azz7fjou4dpt2wmha08m800o0.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/azz7fjou4dpt2wmha08m800o0.o
new file mode 100644
index 0000000..52a3bf5
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/azz7fjou4dpt2wmha08m800o0.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/b0b8e7k1ckkag85tal42f3f1l.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/b0b8e7k1ckkag85tal42f3f1l.o
new file mode 100644
index 0000000..438ba19
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/b0b8e7k1ckkag85tal42f3f1l.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/b9epwuij54tjan3gqos7x2xlw.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/b9epwuij54tjan3gqos7x2xlw.o
new file mode 100644
index 0000000..8df8d26
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/b9epwuij54tjan3gqos7x2xlw.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/bl4hk0nyf189zu0s0e09yn187.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/bl4hk0nyf189zu0s0e09yn187.o
new file mode 100644
index 0000000..22a1def
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/bl4hk0nyf189zu0s0e09yn187.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/bnp6q182wr58jttqdzrhurnrn.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/bnp6q182wr58jttqdzrhurnrn.o
new file mode 100644
index 0000000..2bd096c
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/bnp6q182wr58jttqdzrhurnrn.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/c6la13c03z63vgxmcgvzggaq3.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/c6la13c03z63vgxmcgvzggaq3.o
new file mode 100644
index 0000000..5e6095f
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/c6la13c03z63vgxmcgvzggaq3.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/cccgp397zgie7lhewj0qpqzqo.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/cccgp397zgie7lhewj0qpqzqo.o
new file mode 100644
index 0000000..013f089
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/cccgp397zgie7lhewj0qpqzqo.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/cegxnsnfve311rmgfu6rn9jtd.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/cegxnsnfve311rmgfu6rn9jtd.o
new file mode 100644
index 0000000..99be671
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/cegxnsnfve311rmgfu6rn9jtd.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/cpcsrvdwkjl3pvtzu2x3z5v9c.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/cpcsrvdwkjl3pvtzu2x3z5v9c.o
new file mode 100644
index 0000000..dff5424
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/cpcsrvdwkjl3pvtzu2x3z5v9c.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/da03iep30hm78wob6pqw0tql0.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/da03iep30hm78wob6pqw0tql0.o
new file mode 100644
index 0000000..c438cf7
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/da03iep30hm78wob6pqw0tql0.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/dbs27gorpeypuplhazzldgsnk.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/dbs27gorpeypuplhazzldgsnk.o
new file mode 100644
index 0000000..fa8ef47
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/dbs27gorpeypuplhazzldgsnk.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/dep-graph.bin b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/dep-graph.bin
new file mode 100644
index 0000000..132d043
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/dep-graph.bin differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/di2kyvmenldeuku5o7mbbylqd.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/di2kyvmenldeuku5o7mbbylqd.o
new file mode 100644
index 0000000..480d7d9
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/di2kyvmenldeuku5o7mbbylqd.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/dom2e38ay4s4vtnb1axf35kwa.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/dom2e38ay4s4vtnb1axf35kwa.o
new file mode 100644
index 0000000..cda0c93
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/dom2e38ay4s4vtnb1axf35kwa.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/dq3xhp3c9br46qzyp06ykht5e.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/dq3xhp3c9br46qzyp06ykht5e.o
new file mode 100644
index 0000000..2ca090c
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/dq3xhp3c9br46qzyp06ykht5e.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/dx9beoojzesbs5u85jno98siw.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/dx9beoojzesbs5u85jno98siw.o
new file mode 100644
index 0000000..fd91914
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/dx9beoojzesbs5u85jno98siw.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/dxs8mmwan7dysy7fr9l1dpqvh.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/dxs8mmwan7dysy7fr9l1dpqvh.o
new file mode 100644
index 0000000..617c3d8
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/dxs8mmwan7dysy7fr9l1dpqvh.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/e5ra6iiqawroh4xql2dy9gt5q.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/e5ra6iiqawroh4xql2dy9gt5q.o
new file mode 100644
index 0000000..23fe181
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/e5ra6iiqawroh4xql2dy9gt5q.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/e7wdqezec7h1edihynvlwyr5a.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/e7wdqezec7h1edihynvlwyr5a.o
new file mode 100644
index 0000000..75f1868
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/e7wdqezec7h1edihynvlwyr5a.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/ee8x7rkt22t6hawmudtwg2ipi.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/ee8x7rkt22t6hawmudtwg2ipi.o
new file mode 100644
index 0000000..65bb789
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/ee8x7rkt22t6hawmudtwg2ipi.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/eln61sayxlgl3lj0kxk8jmo8e.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/eln61sayxlgl3lj0kxk8jmo8e.o
new file mode 100644
index 0000000..167fcb7
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/eln61sayxlgl3lj0kxk8jmo8e.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/ephvrn7yx7107ciznqpdjh65v.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/ephvrn7yx7107ciznqpdjh65v.o
new file mode 100644
index 0000000..bc778d5
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/ephvrn7yx7107ciznqpdjh65v.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/evajlzx0z1i9f8u5xny0bsc5a.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/evajlzx0z1i9f8u5xny0bsc5a.o
new file mode 100644
index 0000000..88260be
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/evajlzx0z1i9f8u5xny0bsc5a.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/ew7foghlz44vfduv8yxmnys2n.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/ew7foghlz44vfduv8yxmnys2n.o
new file mode 100644
index 0000000..d9d4341
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/ew7foghlz44vfduv8yxmnys2n.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/ex55bnmhaatlbxw1soycpa7vv.o b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/ex55bnmhaatlbxw1soycpa7vv.o
new file mode 100644
index 0000000..d18bf80
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/ex55bnmhaatlbxw1soycpa7vv.o differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/query-cache.bin b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/query-cache.bin
new file mode 100644
index 0000000..2aa4ec7
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/query-cache.bin differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/work-products.bin b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/work-products.bin
new file mode 100644
index 0000000..482fdcd
Binary files /dev/null and b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5-7esspv43sgtsoadm798palhwp/work-products.bin differ
diff --git a/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5.lock b/target/debug/incremental/oxwm-1xk2lpb1u1fio/s-hb8yib1gtn-04boof5.lock
new file mode 100644
index 0000000..e69de29
diff --git a/target/debug/oxwm b/target/debug/oxwm
new file mode 100755
index 0000000..6c24dbf
Binary files /dev/null and b/target/debug/oxwm differ
diff --git a/target/debug/oxwm.d b/target/debug/oxwm.d
new file mode 100644
index 0000000..809a0f9
--- /dev/null
+++ b/target/debug/oxwm.d
@@ -0,0 +1 @@
+/home/tony/repos/oxwm/target/debug/oxwm: /home/tony/repos/oxwm/src/main.rs