[package] name = "porte" version = "0.4.0" edition = "2021" authors = ["JOLIMAITRE Matthieu "] description = "A minimal programming language providing tools to automate file management like backups, building process or unit testing." license = "MIT" repository = "https://github.com/MajorBarnulf/porte" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chumsky = "0.8"