|
|
|
|
|
by steveklabnik
3031 days ago
|
|
You’re forgetting the difference between cargo.toml and cargo.lock. In order to solve this, cargo would have to parse your source code. Another way to think of it is, Cargo.toml contains all metadata about the build, and this is fundamentally metadata. |
|