[package] name = "micro_script" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = [] debug-ast = [] [[bin]] name = "micro_script" path = "src/main.rs" [lib] name = "micro_script" path = "src/lib.rs" [dependencies] nom = "7.1.3" nom_locate = "4.1.0" peg = "0.8.1"