[package] name = "datex" version = "0.1.0" edition = "2021" license = "MIT" description = "A simple package to automatically process your data and make it look pretty in LaTeX." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colored = "2.0.0" [[bin]] name = "dtex" path = "src/main.rs"