mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 06:34:22 +00:00
17 lines
373 B
TOML
17 lines
373 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "diff"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
|
|
|
|
[[package]]
|
|
name = "unified-diff"
|
|
version = "0.2.1"
|
|
dependencies = [
|
|
"diff",
|
|
]
|