[rlox] init

This commit is contained in:
ctsk
2023-03-29 20:03:16 +02:00
parent 26cbca5c55
commit ff67071f5b
6 changed files with 65 additions and 0 deletions

8
rlox/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "rlox"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]