[package] name = "backend" version = "0.1.0" authors = ["ajuvercr "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] mozaic = { git = "https://github.com/ZeusWPI/MOZAICP" } rand = { version = "0.6.5", default-features = true } async-std = { version = "1.5.0", features = ["attributes"] } futures = { version = "0.3.1", features = ["executor", "thread-pool"] } serde = "1.0.100" serde_derive = "1.0.100" serde_json = "1.0" tracing = "0.1.9" tracing-futures = "0.1.0" tracing-subscriber = "0.1.5" rocket = { git = "https://github.com/SergioBenitez/Rocket", branch = "async" } rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket", branch = "async", features = ["handlebars_templates", "tera_templates"] }