Commit cf44ea7
committed
refactor(Rest): Switch binary entry point from Library.rs to Main.rs
Update Cargo.toml to use Source/Main.rs as the binary entry point instead of Source/Library.rs. The new Main.rs provides a proper async entry point using tokio's runtime, calling into the Library::Struct::Binary::Command::Struct::Fn().Fn() chain.
This establishes the correct binary structure for the Rest bundler component.1 parent 7fbf6ac commit cf44ea7
3 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Binary file not shown.
0 commit comments