[package] name = "common" version = "0.1.0" authors = ["Adrian Wozniak "] edition = "2018" description = "JIRS (Simplified JIRA in Rust) Actix server" repository = "https://gitlab.com/adrian.wozniak/jirs" license = "MPL-2.0" [dependencies] actix = { version = "0.10.0" } actix-web = { version = "*" } actix-cors = { version = "*" } actix-service = { version = "*" } actix-rt = { version = "1" } actix-web-actors = { version = "*" } actix_derive = { version = "*" } serde = { version = "*" } serde_derive = { version = "*" } log = "0.4" pretty_env_logger = "0.4" env_logger = "0.7" reexport-proc-macro = { version = "*" }