[package] name = "service-layer-rs" version = "0.5.1" edition = "2021" description = "A simple alternative to the tower service layer, implemented using async trait, making the code more concise and easier to use." authors = ["Thomson "] license = "MIT OR Apache-2.0" repository = "https://github.com/dancingpeanut/service-layer-rs" include = [ "Cargo.toml", "src/**/*", ] [dependencies] #trait-variant = "0.1"