Added license attribute to lib.rs.
This commit is contained in:
parent
442115330e
commit
7d53e298ca
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
//! A simple, thread-safe IRC client library.
|
||||
#![crate_name = "irc"]
|
||||
#![crate_type = "lib"]
|
||||
#![license = "Public Domain"]
|
||||
#![unstable]
|
||||
|
||||
#![feature(if_let)]
|
||||
|
|
Loading…
Reference in a new issue