In this section, we will be creating a Test Data Generation RESTful Endpoint. This will require us to modify the following files:
Cargo.toml (manifest)
Cargo.toml
src/lib.rs (library)
src/lib.rs
src/tdg_service.rs (module)
src/tdg_service.rs
src/bin/tdg-service.rs (executable)
src/bin/tdg-service.rs
Last updated 5 years ago