Files
rustdoku/Cargo.lock
T

17 lines
383 B
TOML
Raw Normal View History

2024-10-15 16:52:24 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2024-10-15 22:45:44 -05:00
[[package]]
name = "assertables"
version = "8.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "857057651cdf1fe4bc1e8308493c752db559df0330f23b45f532f6b24c2b443d"
2024-10-15 16:52:24 -05:00
[[package]]
name = "rustdoku"
version = "0.1.0"
2024-10-15 22:45:44 -05:00
dependencies = [
"assertables",
]