1# toml_datetime
2
3[![Latest Version](https://img.shields.io/crates/v/toml_datetime.svg)](https://crates.io/crates/toml_datetime)
4[![Documentation](https://docs.rs/toml_datetime/badge.svg)](https://docs.rs/toml_datetime)
5
6# License
7
8This project is licensed under either of
9
10 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
11   http://www.apache.org/licenses/LICENSE-2.0)
12 * MIT license ([LICENSE-MIT](LICENSE-MIT) or
13   http://opensource.org/licenses/MIT)
14
15at your option.
16
17### Contribution
18
19Unless you explicitly state otherwise, any contribution intentionally submitted
20for inclusion in toml-rs by you, as defined in the Apache-2.0 license, shall be
21dual licensed as above, without any additional terms or conditions.
22