about summary refs log tree commit diff
path: root/users/tazjin/rlox/Cargo.toml
blob: 1562e7ecc2a3aa87dd2064f50d2c438e6d7b79f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "rlox"
version = "0.1.0"
authors = ["Vincent Ambo <mail@tazj.in>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]