| Crates.io | my_dependencies |
| lib.rs | my_dependencies |
| version | 0.1.0 |
| created_at | 2019-12-03 13:54:43.822335+00 |
| updated_at | 2019-12-03 13:54:43.822335+00 |
| description | Enumerate dependencies of the current crate from a build script |
| homepage | |
| repository | https://github.com/thepowersgang/my-dependencies-rs.git |
| max_upload_size | |
| id | 186144 |
| size | 9,693 |
"my dependencies" - Allows a build script to enumerate all of the Cargo.toml dependencies for the current crate.
Useful for including compile-time modules without needing to list the modules twice.