[package] name = "fistinc-errors" version = "0.1.0" edition = "2018" authors = [ "Roman Grigoriev ", ] exclude = [".gitignore", ".idea/**", "*.iml", "target/**", ".gitlab-ci.yml"] description = "Error types for Fist Inc bank" license-file = "LICENSE" [dependencies] actix-web = "3.3.2" actix-http = "2.2.1" actix-threadpool = " 0.3.3" diesel = "1.4.8" email_address = "0.2.1" r2d2 = "0.8.9" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.67"