chore: version 1.51.0, path-dep the wasm examples, README notes

- socktop, socktop_agent, socktop_connector -> 1.51.0.
- socktop_wasm_test and zellij_socktop_plugin consume the in-repo
  connector via path deps so wasm-feature API drift is caught at PR time
  instead of after publish. Immediately proved out: the wasm requests
  module needed the new sampled_at_ms field, invisible to native builds.
- zellij plugin gains the standalone [workspace] marker (it could not be
  cargo-checked in-tree at all before). NOTE: its lib.rs has pre-existing
  compile errors unrelated to the connector (static mut STATE conflicts
  with register_plugin!, missing BTreeMap import) — needs its own rework,
  out of scope here.
- README: sampled_at_ms in the example payload.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jasonwitty
2026-08-19 14:58:39 -07:00
parent 0c800f83f9
commit bf6ac877c2
3586 changed files with 71893 additions and 10 deletions
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/anyhow-0ee1330d60939d89/build_script_build-0ee1330d60939d89.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/build.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/anyhow-0ee1330d60939d89/build_script_build-0ee1330d60939d89: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/build.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/build.rs:
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1,7 @@
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_clippy_format_args)
cargo:rustc-check-cfg=cfg(anyhow_no_core_error)
cargo:rustc-check-cfg=cfg(error_generic_member_access)
@@ -0,0 +1 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/anyhow-0f0baeddd061bf8f/out
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1,7 @@
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_clippy_format_args)
cargo:rustc-check-cfg=cfg(anyhow_no_core_error)
cargo:rustc-check-cfg=cfg(error_generic_member_access)
@@ -0,0 +1 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/anyhow-6855f3fb29d1644e/out
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/anyhow-d2208267e0c6520f/build_script_build-d2208267e0c6520f.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/build.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/anyhow-d2208267e0c6520f/build_script_build-d2208267e0c6520f: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/build.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/build.rs:
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/async-io-0b86c944f28070cc/out
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/async-io-1c53ba7ce41a5629/build_script_build-1c53ba7ce41a5629.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/build.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/async-io-1c53ba7ce41a5629/build_script_build-1c53ba7ce41a5629: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/build.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/build.rs:
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1 @@
Version { minor: 96, nightly: false }
@@ -0,0 +1,4 @@
cargo:rerun-if-changed=build.rs
cargo:rustc-check-cfg=cfg(const_fn_assume_incomplete_release,const_fn_has_build_script)
cargo:rustc-check-cfg=cfg(host_os,values("windows"))
cargo:rustc-cfg=const_fn_has_build_script
@@ -0,0 +1 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/const_fn-09e71383ad245426/out
@@ -0,0 +1,7 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/const_fn-b787eee418b8da3c/build_script_build-b787eee418b8da3c.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/build.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/const_fn-b787eee418b8da3c/build_script_build-b787eee418b8da3c: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/build.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/build.rs:
# env-dep:CARGO_PKG_NAME=const_fn
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/cookie-772c6a13ba75d0f1/out
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/cookie-cf4a41ecc497ff52/build_script_build-cf4a41ecc497ff52.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/build.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/cookie-cf4a41ecc497ff52/build_script_build-cf4a41ecc497ff52: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/build.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/build.rs:
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1,2 @@
cargo:rustc-cfg=stable_arm_crc32_intrinsics
cargo:rustc-check-cfg=cfg(stable_arm_crc32_intrinsics)
@@ -0,0 +1 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/crc32fast-2cc89c1ecd9fdba6/out
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/crc32fast-6fc1cc4ebd083657/build_script_build-6fc1cc4ebd083657.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/crc32fast-6fc1cc4ebd083657/build_script_build-6fc1cc4ebd083657: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/crossbeam-deque-14300cd1c7d9ba28/build_script_build-14300cd1c7d9ba28.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.7/build.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/crossbeam-deque-14300cd1c7d9ba28/build_script_build-14300cd1c7d9ba28: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.7/build.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.7/build.rs:
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1,2 @@
cargo:rerun-if-changed=build.rs
cargo:rustc-check-cfg=cfg(crossbeam_sanitize_thread)
@@ -0,0 +1 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/crossbeam-deque-7f665340ef36fc78/out
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/crossbeam-epoch-9e8d63c989ffcccc/build_script_build-9e8d63c989ffcccc.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/build.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/crossbeam-epoch-9e8d63c989ffcccc/build_script_build-9e8d63c989ffcccc: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/build.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/build.rs:
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1,2 @@
cargo:rerun-if-changed=build.rs
cargo:rustc-check-cfg=cfg(crossbeam_sanitize_thread)
@@ -0,0 +1 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/crossbeam-epoch-a89744676dbd391d/out
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1,2 @@
cargo:rerun-if-changed=no_atomic.rs
cargo:rustc-check-cfg=cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)
@@ -0,0 +1 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/crossbeam-utils-686a35dcf5c6f8bf/out
@@ -0,0 +1,9 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/crossbeam-utils-6e2dfa4463537ecf/build_script_build-6e2dfa4463537ecf.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/build.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/no_atomic.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/build-common.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/crossbeam-utils-6e2dfa4463537ecf/build_script_build-6e2dfa4463537ecf: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/build.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/no_atomic.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/build-common.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/build.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/no_atomic.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/build-common.rs:
# env-dep:CARGO_PKG_NAME=crossbeam-utils
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1 @@
cargo:rustc-check-cfg=cfg(need_openssl_init,need_openssl_probe,)
@@ -0,0 +1 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/curl-62357b197e35bc61/out
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/curl-c6d3f2559b842191/build_script_build-c6d3f2559b842191.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/build.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/curl-c6d3f2559b842191/build_script_build-c6d3f2559b842191: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/build.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/build.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/curl-sys-4c83973633ce08c0/build_script_build-4c83973633ce08c0.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-sys-0.4.90+curl-8.21.0/build.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/curl-sys-4c83973633ce08c0/build_script_build-4c83973633ce08c0: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-sys-0.4.90+curl-8.21.0/build.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-sys-0.4.90+curl-8.21.0/build.rs:
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1,99 @@
cargo:rerun-if-changed=curl
cargo:rustc-check-cfg=cfg(libcurl_vendored,link_libnghttp2,link_libz,link_openssl,)
cargo:rerun-if-env-changed=LIBCURL_NO_PKG_CONFIG
cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG
cargo:rerun-if-env-changed=PKG_CONFIG
cargo:rerun-if-env-changed=LIBCURL_STATIC
cargo:rerun-if-env-changed=LIBCURL_DYNAMIC
cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
cargo:rerun-if-env-changed=PKG_CONFIG_PATH
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
cargo:rerun-if-env-changed=SYSROOT
cargo:rerun-if-env-changed=LIBCURL_STATIC
cargo:rerun-if-env-changed=LIBCURL_DYNAMIC
cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG
cargo:rerun-if-env-changed=PKG_CONFIG
cargo:rerun-if-env-changed=LIBCURL_STATIC
cargo:rerun-if-env-changed=LIBCURL_DYNAMIC
cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
cargo:rerun-if-env-changed=PKG_CONFIG_PATH
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
cargo:rerun-if-env-changed=LIBCURL_NO_PKG_CONFIG
cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG
cargo:rerun-if-env-changed=PKG_CONFIG
cargo:rerun-if-env-changed=LIBCURL_STATIC
cargo:rerun-if-env-changed=LIBCURL_DYNAMIC
cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
cargo:rerun-if-env-changed=PKG_CONFIG_PATH
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
cargo:rerun-if-env-changed=SYSROOT
cargo:rerun-if-env-changed=LIBCURL_STATIC
cargo:rerun-if-env-changed=LIBCURL_DYNAMIC
cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
cargo:rustc-link-search=native=/usr/lib
cargo:rustc-link-lib=curl
cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG
cargo:rerun-if-env-changed=PKG_CONFIG
cargo:rerun-if-env-changed=LIBCURL_STATIC
cargo:rerun-if-env-changed=LIBCURL_DYNAMIC
cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
cargo:rerun-if-env-changed=PKG_CONFIG_PATH
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
cargo:include=/usr/include
@@ -0,0 +1 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/curl-sys-c9aac2cd329eba95/out
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/generic-array-76a074935a60a0eb/build_script_build-76a074935a60a0eb.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.9/build.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/generic-array-76a074935a60a0eb/build_script_build-76a074935a60a0eb: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.9/build.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.9/build.rs:
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1,4 @@
cargo:rustc-cfg=relaxed_coherence
cargo:rustc-check-cfg=cfg(ga_is_deprecated)
cargo:rustc-cfg=ga_is_deprecated
cargo:warning=generic-array 0.14 is deprecated; please upgrade to generic-array 1.x
@@ -0,0 +1 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/generic-array-e17d54063b9c14b5/out
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/getrandom-369d58ada1c90d50/out
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/getrandom-815e232bbe10e10c/build_script_build-815e232bbe10e10c.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.3/build.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/getrandom-815e232bbe10e10c/build_script_build-815e232bbe10e10c: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.3/build.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.3/build.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/getrandom-8eea6bf5018eb32e/build_script_build-8eea6bf5018eb32e.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/getrandom-8eea6bf5018eb32e/build_script_build-8eea6bf5018eb32e: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs:
@@ -0,0 +1 @@
This file has an mtime of when this was started.
@@ -0,0 +1 @@
cargo:rerun-if-changed=build.rs
@@ -0,0 +1 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/getrandom-8f56ac6a09ed063c/out
@@ -0,0 +1 @@
This file has an mtime of when this was started.

Some files were not shown because too many files have changed in this diff Show More