GildedRose-Refactoring-Kata/rust/Cargo.lock
rrokkam 2a53bf5db5 Delete imports that are already in the prelude
`Vec` and `String` are in the prelude, so qualifying them with
`vec::Vec` and `string::String` is unnecessary.
2020-07-19 13:45:35 -07:00

7 lines
136 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "rust"
version = "0.1.0"