[package] name = "mcai-backend" version = "0.0.1" authors = [ "Marc-Antoine Arnaud ", "Nicolas Pierre ", ] description = "CLI tool for the Media Cloud AI Backend" license = "MIT" repository = "https://gitlab.com/media-cloud-ai/cli/mcai-backend" homepage = "https://gitlab.com/media-cloud-ai/cli/mcai-backend" documentation = "https://docs.rs/mcai-backend" edition= "2018" [dependencies] clap = "2.33" reqwest = {version = "0.11", features = ["blocking", "json"]} serde = "1.0" serde_derive = "1.0" serde_json = "1.0" term-table = "1.3.1" [build-dependencies] built = "0.4"