[package] name = "ext" version = "0.0.1" authors = ["tav "] description = "An extension to the Rust standard library" license-file = "UNLICENSE.md" readme = "README.md" repository = "https://github.com/tav/rust-ext" [lib] name = "ext" path = "src/ext.rs"