[package] name = "viaduct-dev" version = "0.2.0" authors = ["Sync Team "] edition = "2021" license = "MPL-2.0" [lib] crate-type = ["lib"] [dependencies] async-trait = "0.1" error-support = { path = "../error" } oneshot = "0.1.11" viaduct = { path = "../../viaduct" } minreq = "2" url = "2"