mirror of
https://github.com/ProgrammingRust/examples
synced 2024-11-15 06:12:49 +00:00
15 lines
355 B
TOML
15 lines
355 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
[[package]]
|
|
name = "git-toy"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.80"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
|