Commit 42b6bde
fix: add missing src/lib.rs and runtime dependencies
The test suite was unable to compile because the crate had no library entry
point and three runtime dependencies were used in the implementation but not
declared in Cargo.toml.
- src/lib.rs: add library root exporting `pub mod bridge`
- Cargo.toml: add walkdir, chrono (with serde feature), ureq (with json feature)
45 tests now pass across e2e_test, aspect_test, property_test, and lib.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e310bd8 commit 42b6bde
2 files changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments