Remove use of deprecated [[lib]]

master
Tom Jakubowski 2014-08-25 05:41:56 -07:00
parent ed820fcaad
commit 0c6738451a
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ name = "rust-hl-lua-modules"
version = "0.1.0"
authors = [ "pierre.krieger1708@gmail.com" ]
[[lib]]
[lib]
name = "rust-hl-lua-modules"
crate_type = ["dylib"]
plugin = true

View File

@ -4,7 +4,7 @@ name = "modules-test"
version = "0.1.0"
authors = [ "pierre.krieger1708@gmail.com" ]
[[lib]]
[lib]
name = "mylib"
crate_type = ["dylib"]
path = "module_test.rs"