[package] name = "pars_libs" version = "0.1.3" edition = "2021" description = "Libraries to help implementing cs6991-23T3-ass2" authors = ["Tom Kunc ", "Zac Kologlu", "Shrey Somaiya "] license = "MIT OR Apache-2.0" documentation = "https://docs.rs/pars_libs" homepage = "https://github.com/COMP6991UNSW/pars_libs" repository = "https://github.com/COMP6991UNSW/pars_libs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] home = "0.5.5" shlex = "1.1.0"