[package] name = "liblox" authors = [ "James Smyle " ] version = "0.16.0" edition = "2021" description = "liblox: VM of the lox language" readme = "README.md" license = "GPL-3.0-or-later" keywords = ["language", "lox", "VM"] repository = "https://gitlab.com/exicx/clox" rust-version = "1.71" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4" unicode-segmentation = "1.10"