[package] name = "saga" version = "0.0.0" license = "MIT" authors = ["Moritz Riede "] repository = "https://gitlab.com/avadio-platform/saga" description = "(WIP) A high-throughput API gateway which implements coordinated transactions spanning multiple services." edition = "2018" [dependencies] actix-web = "3.3.2" serde = "1.0.125" serde_derive = "1.0.125" serde_json = "1.0.64"