aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorN/A <N/A>2020-01-26 00:26:39 +0200
committerN/A <N/A>2020-01-26 00:26:39 +0200
commit7c243c92d50c55af061984a0cf3db62e4f95b7ad (patch)
treec97be9e06c7b2be6ff7bc7789b0eaa1037a95e9e /Cargo.toml
downloadrlua_ext-master.tar.xz
rlua_ext-master.zip
! initial commitHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
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 <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