# Copyright 2020 the Tectonic Project # Licensed under the MIT License. [package] name = "tectonic_status_base" version = "0.2.1" authors = ["Peter Williams "] description = """ Basic types for reporting status messages to a user. """ homepage = "https://tectonic-typesetting.github.io/" documentation = "https://docs.rs/tectonic_status_base" repository = "https://github.com/tectonic-typesetting/tectonic/" readme = "README.md" license = "MIT" edition = "2018" [dependencies] tectonic_errors = { path = "../errors", version =">=0.1.0,<1"} [package.metadata.internal_dep_versions] tectonic_errors = "e04798bcd9b1c1d68cc0a318a710bb30230a0300"