itoa/Cargo.toml

10 lines
332 B
TOML
Raw Normal View History

2016-06-25 17:32:23 -04:00
[package]
name = "itoa"
2016-06-25 18:10:42 -04:00
version = "0.1.1"
2016-06-25 17:32:23 -04:00
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Fast functions for printing integer primitives to an io::Write"
repository = "https://github.com/dtolnay/itoa"
documentation = "https://github.com/dtolnay/itoa"
2016-06-25 17:35:57 -04:00
include = ["Cargo.toml", "src/**/*.rs"]