time: crate description

This commit is contained in:
Corey Richardson 2014-04-08 12:04:09 -04:00
parent e3d0e5e2f2
commit 6ef2169bac

View file

@ -8,7 +8,10 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//! Simple time handling.
#![crate_id = "time#0.11.0-pre"]
#![crate_type = "rlib"]
#![crate_type = "dylib"]
#![license = "MIT/ASL2"]