| 1 | [package] |
|---|---|
| 2 | name = "pin-utils" |
| 3 | edition = "2018" |
| 4 | version = "0.1.0" |
| 5 | authors = ["Josef Brandl <mail@josefbrandl.de>"] |
| 6 | license = "MIT OR Apache-2.0" |
| 7 | readme = "README.md" |
| 8 | repository = "https://github.com/rust-lang-nursery/pin-utils" |
| 9 | documentation = "https://docs.rs/pin-utils" |
| 10 | description = "" " |
| 11 | Utilities for pinning |
| 12 | " "" |
| 13 |
