Added license attribute to lib.rs.

This commit is contained in:
Aaron Weiss 2014-11-06 21:38:37 -05:00
parent 442115330e
commit 7d53e298ca

View file

@ -1,6 +1,7 @@
//! A simple, thread-safe IRC client library.
#![crate_name = "irc"]
#![crate_type = "lib"]
#![license = "Public Domain"]
#![unstable]
#![feature(if_let)]