diff options
| author | N/A <N/A> | 2020-01-26 00:26:39 +0200 |
|---|---|---|
| committer | N/A <N/A> | 2020-01-26 00:26:39 +0200 |
| commit | 7c243c92d50c55af061984a0cf3db62e4f95b7ad (patch) | |
| tree | c97be9e06c7b2be6ff7bc7789b0eaa1037a95e9e /Cargo.toml | |
| download | rlua_ext-7c243c92d50c55af061984a0cf3db62e4f95b7ad.tar.xz rlua_ext-7c243c92d50c55af061984a0cf3db62e4f95b7ad.zip | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
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 |