Files
rlox/Cargo.toml

15 lines
346 B
TOML

[package]
name = "rlox"
version = "0.1.0"
edition = "2021"
authors = ["Emmanuel BERNAT <manu@bernat.me>"]
license = "MIT"
description = "Lox language parser."
repository = "https://git.bernat.me/rlox"
documentation = ""
readme = ""
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]