rust/compiler/rustc_codegen_gcc/tests/hello-world/Cargo.lock

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
230 B
Plaintext
Raw Normal View History

2025-01-12 14:10:40 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "hello_world"
version = "0.0.0"
dependencies = [
"mylib",
]
[[package]]
name = "mylib"
version = "0.1.0"