Files
boc/rust-service/target/release/deps/rand-729e497b46e019e3.d
T
Bernt (LandveX AI) 67a69ab073 feat(boc): v1.0 - Complete Business Operations Center
- Go backend API with full CRUD for all modules
- Rust analytics service with parallel processing
- C runtime with POSIX shared memory IPC
- PostgreSQL schema with 30+ tables
- Redis cache, Kafka event streaming
- WebSocket hub, automation engine
- PDF generation, Resend email integration
- JWT auth, multi-tenant
- Docker Compose deployment
- Nginx reverse proxy

Refs: BOC-001
2026-07-12 13:21:10 +00:00

36 lines
12 KiB
D

/home/bernt/.openclaw/workspace/boc/rust-service/target/release/deps/rand-729e497b46e019e3.d: /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/lib.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/mod.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/bernoulli.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/distribution.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/float.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/integer.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/other.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/utils.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/slice.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/uniform.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/uniform_float.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/uniform_int.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/uniform_other.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/weighted/mod.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/weighted/weighted_index.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/prelude.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rng.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/mod.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/small.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/xoshiro128plusplus.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/xoshiro256plusplus.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/std.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/thread.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/mod.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/coin_flipper.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/increasing_uniform.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/iterator.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/slice.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/index.rs
/home/bernt/.openclaw/workspace/boc/rust-service/target/release/deps/librand-729e497b46e019e3.rlib: /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/lib.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/mod.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/bernoulli.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/distribution.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/float.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/integer.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/other.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/utils.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/slice.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/uniform.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/uniform_float.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/uniform_int.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/uniform_other.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/weighted/mod.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/weighted/weighted_index.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/prelude.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rng.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/mod.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/small.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/xoshiro128plusplus.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/xoshiro256plusplus.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/std.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/thread.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/mod.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/coin_flipper.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/increasing_uniform.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/iterator.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/slice.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/index.rs
/home/bernt/.openclaw/workspace/boc/rust-service/target/release/deps/librand-729e497b46e019e3.rmeta: /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/lib.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/mod.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/bernoulli.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/distribution.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/float.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/integer.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/other.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/utils.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/slice.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/uniform.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/uniform_float.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/uniform_int.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/uniform_other.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/weighted/mod.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/weighted/weighted_index.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/prelude.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rng.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/mod.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/small.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/xoshiro128plusplus.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/xoshiro256plusplus.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/std.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/thread.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/mod.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/coin_flipper.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/increasing_uniform.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/iterator.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/slice.rs /home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/index.rs
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/lib.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/mod.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/bernoulli.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/distribution.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/float.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/integer.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/other.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/utils.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/slice.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/uniform.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/uniform_float.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/uniform_int.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/uniform_other.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/weighted/mod.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/distr/weighted/weighted_index.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/prelude.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rng.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/mod.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/small.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/xoshiro128plusplus.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/xoshiro256plusplus.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/std.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/rngs/thread.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/mod.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/coin_flipper.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/increasing_uniform.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/iterator.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/slice.rs:
/home/bernt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/seq/index.rs: