๐Ÿ“ฆ chikaku / nad

๐Ÿ“„ Cargo.toml ยท 15 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15[package]
name = "nad"
version = "0.1.0"
authors = ["Kevin Chen <kevin@chenbc.me>"]
edition = "2018"
description = "Incomplete Lua VM"
homepage = "https://github.com/chikaku/nad"
repository = "https://github.com/chikaku/nad"
readme = "README.md"
documentation = "https://docs.rs/nad"
license = "MIT"

[dependencies]
ansi_term = "0.12"