# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "civibus" version = "0.2.0" description = "A simple knowledge management tool, designed for journalists." readme = "README.md" license = "MIT" [[bin]] name = "cvb" path = "src/main.rs" [dependencies.inquire] version = "0.5.2" [dependencies.pathdiff] version = "0.2.1" [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.152" [dependencies.tectonic] version = "0.12.0" [dependencies.toml] version = "0.5.10"