mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-23 16:32:23 +03:00
abc2c8c418
* There are some edge cases where cargo will allow a lib.rs file to be present but not a main.rs (e.g. a binary cannot be called "examples", which will happen if the crate is called that and a main.rs file is present)
8 lines
152 B
TOML
8 lines
152 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "examples"
|
|
version = "0.0.0"
|