/ Cargo.lock
Cargo.lock
 1  # This file is automatically @generated by Cargo.
 2  # It is not intended for manual editing.
 3  version = 4
 4  
 5  [[package]]
 6  name = "pico-args"
 7  version = "0.5.0"
 8  source = "registry+https://github.com/rust-lang/crates.io-index"
 9  checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10  
11  [[package]]
12  name = "rust-true"
13  version = "0.1.0"
14  dependencies = [
15   "pico-args",
16  ]