From 7c243c92d50c55af061984a0cf3db62e4f95b7ad Mon Sep 17 00:00:00 2001 From: N/A Date: Sun, 26 Jan 2020 00:26:39 +0200 Subject: ! initial commit --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..b823b22 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "rlua_ext" +version = "0.1.0" +authors = ["N/A "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +rlua = "0.17" \ No newline at end of file -- cgit v1.2.3