Add crate_name attribute

master
Tomaka17 2014-07-13 16:51:50 +02:00
parent fa3c43fccd
commit 6bfa81e1ff
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#![crate_name = "rust-hl-lua-modules"]
#![feature(plugin_registrar)]
#![feature(quote)]

View File

@ -1,3 +1,4 @@
#![crate_name = "rust-hl-lua"]
#![crate_type = "lib"]
#![comment = "Lua bindings for Rust"]
#![license = "MIT"]