add crate_name

This commit is contained in:
Julian Orth 2014-08-24 11:26:33 +02:00
parent e7c7bba846
commit 3ad7e6055c

View file

@ -36,6 +36,7 @@
//! [2]: https://github.com/BurntSushi/toml-test
//!
#![crate_name = "toml"]
#![crate_type = "lib"]
#![feature(macro_rules)]
#![deny(warnings, missing_doc)]