1 2 3 4 5 6 7
//! Workspace-level contract integration harness (VYRE-TASK-000003). //! //! Sources live under `tests/contract/` at the workspace root. Run with: //! `cargo test -p vyre-foundation contract` #[path = "../../tests/contract/mod.rs"] mod contract;