aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b823b22804caa79539c9578359e362bb442fb4da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "rlua_ext"
version = "0.1.0"
authors = ["N/A <N/A>"]
edition = "2018"

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

[dependencies]
rlua = "0.17"