mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
25 lines
589 B
TOML
25 lines
589 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "is-even"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83d558b5cf9dbf1e6c224d9cea60821ad82e09092ade7aed6d83aef48ed382d0"
|
|
dependencies = [
|
|
"is-odd",
|
|
]
|
|
|
|
[[package]]
|
|
name = "is-odd"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5741cc4ac9f6105f6bb067d09bb5685dc255e5bdec6f3bf6d86f4bda6187d17e"
|
|
|
|
[[package]]
|
|
name = "uwu"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"is-even",
|
|
]
|