[package] name = "e2e-test-client" version = "0.3.0" edition = "2021" authors = ["Stephen Cirner "] description = "Client that are shared between the backend and frontend." license = "Apache-2.0" [dependencies] e2e-test-model = { path = "../model", version = "0.3.0" } reqwest = { version = "0.11", features = ["json"] } reqwest-middleware = "0.2" reqwest-retry = "0.2" tokio = { version = "1", features = ["full"] } uuid = "1"