8 lines
No EOL
152 B
TOML
8 lines
No EOL
152 B
TOML
[package]
|
|
name = "rust_lox"
|
|
version = "0.1.0"
|
|
authors = ["Sander Hautvast <shautvast@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
lazy_static = "1.4.0" |